diff --git a/app/Actions/Server/UpdateCoolify.php b/app/Actions/Server/UpdateCoolify.php index 16a01fb6f..512c1b380 100644 --- a/app/Actions/Server/UpdateCoolify.php +++ b/app/Actions/Server/UpdateCoolify.php @@ -53,12 +53,12 @@ class UpdateCoolify private function update() { if (isDev()) { - instant_remote_process([ - "sleep 1" + remote_process([ + "sleep 10" ], $this->server); return; } - instant_remote_process([ + remote_process([ "curl -fsSL https://cdn.coollabs.io/coolify/upgrade.sh -o /data/coolify/source/upgrade.sh", "bash /data/coolify/source/upgrade.sh $this->latestVersion" ], $this->server); diff --git a/config/sentry.php b/config/sentry.php index 744642dae..602ef922a 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -7,7 +7,7 @@ return [ // 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.292', + 'release' => '4.0.0-beta.293', // 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 c7756dc4f..7f9358574 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@

You can review the changelogs here.

+
+

If something goes wrong and you cannot upgrade your instance, You can check the following guide on what to do.

@if ($showProgress)

Progress

diff --git a/versions.json b/versions.json index 5a9b753ac..dc8c19afa 100644 --- a/versions.json +++ b/versions.json @@ -1,7 +1,7 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.292" + "version": "4.0.0-beta.293" }, "sentinel": { "version": "0.0.4"