diff --git a/app/Http/Livewire/Project/Database/Postgresql/General.php b/app/Http/Livewire/Project/Database/Postgresql/General.php index da9470783..b96ecf3e3 100644 --- a/app/Http/Livewire/Project/Database/Postgresql/General.php +++ b/app/Http/Livewire/Project/Database/Postgresql/General.php @@ -64,6 +64,7 @@ public function instantSave() return; } if ($this->database->is_public) { + $this->emit('success', 'Starting TCP proxy...'); startPostgresProxy($this->database); $this->emit('success', 'Database is now publicly accessible.'); } else { diff --git a/config/sentry.php b/config/sentry.php index 8d9da20e0..1cf53df07 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -7,7 +7,7 @@ // The release version of your application // Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD')) - 'release' => '4.0.0-beta.26', + 'release' => '4.0.0-beta.27', 'server_name' => env('APP_ID', 'coolify'), // When left empty or `null` the Laravel environment will be used 'environment' => config('app.env'), diff --git a/config/version.php b/config/version.php index 39c13e6c2..0f148cc4e 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@