File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ public function handle($manual_update = false)
53
53
private function update ()
54
54
{
55
55
if (isDev ()) {
56
- instant_remote_process ([
57
- "sleep 1 "
56
+ remote_process ([
57
+ "sleep 10 "
58
58
], $ this ->server );
59
59
return ;
60
60
}
61
- instant_remote_process ([
61
+ remote_process ([
62
62
"curl -fsSL https://cdn.coollabs.io/coolify/upgrade.sh -o /data/coolify/source/upgrade.sh " ,
63
63
"bash /data/coolify/source/upgrade.sh $ this ->latestVersion "
64
64
], $ this ->server );
Original file line number Diff line number Diff line change 7
7
8
8
// The release version of your application
9
9
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
10
- 'release ' => '4.0.0-beta.292 ' ,
10
+ 'release ' => '4.0.0-beta.293 ' ,
11
11
// When left empty or `null` the Laravel environment will be used
12
12
'environment ' => config ('app.env ' ),
13
13
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- return '4.0.0-beta.292 ' ;
3
+ return '4.0.0-beta.293 ' ;
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ class="absolute top-0 right-0 flex items-center justify-center w-8 h-8 mt-5 mr-5
60
60
<br />
61
61
<p >You can review the changelogs <a class =" font-bold underline"
62
62
href =" https://github.com/coollabsio/coolify/releases" target =" _blank" >here</a >.</p >
63
+ <br />
64
+ <p >If something goes wrong and you cannot upgrade your instance, You can check the following <a class =" font-bold underline"
65
+ href =" https://coolify.io/docs/upgrade" target =" _blank" >guide</a > on what to do.</p >
63
66
@if ($showProgress )
64
67
<div class =" flex flex-col pt-4" >
65
68
<h4 >Progress <x-loading /></h4 >
Original file line number Diff line number Diff line change 1
1
{
2
2
"coolify" : {
3
3
"v4" : {
4
- "version" : " 4.0.0-beta.292 "
4
+ "version" : " 4.0.0-beta.293 "
5
5
},
6
6
"sentinel" : {
7
7
"version" : " 0.0.4"
You can’t perform that action at this time.
0 commit comments