Merge v4.0.0-beta.420.9 #6440
This commit is contained in:
@@ -567,7 +567,7 @@ class DatabaseBackupJob implements ShouldBeEncrypted, ShouldQueue
|
||||
} else {
|
||||
$commands[] = "docker run -d --network {$network} --name backup-of-{$this->backup->uuid} --rm -v $this->backup_location:$this->backup_location:ro {$fullImageName}";
|
||||
}
|
||||
$commands[] = "docker exec backup-of-{$this->backup->uuid} mc config host add temporary {$endpoint} $key \"$secret\"";
|
||||
$commands[] = "docker exec backup-of-{$this->backup->uuid} mc alias set temporary {$endpoint} {$key} \"{$secret}\"";
|
||||
$commands[] = "docker exec backup-of-{$this->backup->uuid} mc cp $this->backup_location temporary/$bucket{$this->backup_dir}/";
|
||||
instant_remote_process($commands, $this->server);
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
'coolify' => [
|
||||
'version' => '4.0.0-beta.420.8',
|
||||
'version' => '4.0.0-beta.420.9',
|
||||
'helper_version' => '1.0.9',
|
||||
'realtime_version' => '1.0.10',
|
||||
'self_hosted' => env('SELF_HOSTED', true),
|
||||
|
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"coolify": {
|
||||
"v4": {
|
||||
"version": "4.0.0-beta.420.2"
|
||||
"version": "4.0.0-beta.420.10"
|
||||
},
|
||||
"nightly": {
|
||||
"version": "4.0.0-beta.420.3"
|
||||
"version": "4.0.0-beta.420.11"
|
||||
},
|
||||
"helper": {
|
||||
"version": "1.0.8"
|
||||
"version": "1.0.9"
|
||||
},
|
||||
"realtime": {
|
||||
"version": "1.0.9"
|
||||
"version": "1.0.10"
|
||||
},
|
||||
"sentinel": {
|
||||
"version": "0.0.15"
|
||||
|
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"coolify": {
|
||||
"v4": {
|
||||
"version": "4.0.0-beta.420.8"
|
||||
"version": "4.0.0-beta.420.9"
|
||||
},
|
||||
"nightly": {
|
||||
"version": "4.0.0-beta.420.9"
|
||||
"version": "4.0.0-beta.420.10"
|
||||
},
|
||||
"helper": {
|
||||
"version": "1.0.9"
|
||||
|
Reference in New Issue
Block a user