Merge v4.0.0-beta.420.9 #6440

This commit is contained in:
🏔️ Peak
2025-08-26 18:23:26 +02:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -567,7 +567,7 @@ class DatabaseBackupJob implements ShouldBeEncrypted, ShouldQueue
} else { } 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 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}/"; $commands[] = "docker exec backup-of-{$this->backup->uuid} mc cp $this->backup_location temporary/$bucket{$this->backup_dir}/";
instant_remote_process($commands, $this->server); instant_remote_process($commands, $this->server);

View File

@@ -2,7 +2,7 @@
return [ return [
'coolify' => [ 'coolify' => [
'version' => '4.0.0-beta.420.8', 'version' => '4.0.0-beta.420.9',
'helper_version' => '1.0.9', 'helper_version' => '1.0.9',
'realtime_version' => '1.0.10', 'realtime_version' => '1.0.10',
'self_hosted' => env('SELF_HOSTED', true), 'self_hosted' => env('SELF_HOSTED', true),

View File

@@ -1,16 +1,16 @@
{ {
"coolify": { "coolify": {
"v4": { "v4": {
"version": "4.0.0-beta.420.2" "version": "4.0.0-beta.420.10"
}, },
"nightly": { "nightly": {
"version": "4.0.0-beta.420.3" "version": "4.0.0-beta.420.11"
}, },
"helper": { "helper": {
"version": "1.0.8" "version": "1.0.9"
}, },
"realtime": { "realtime": {
"version": "1.0.9" "version": "1.0.10"
}, },
"sentinel": { "sentinel": {
"version": "0.0.15" "version": "0.0.15"

View File

@@ -1,10 +1,10 @@
{ {
"coolify": { "coolify": {
"v4": { "v4": {
"version": "4.0.0-beta.420.8" "version": "4.0.0-beta.420.9"
}, },
"nightly": { "nightly": {
"version": "4.0.0-beta.420.9" "version": "4.0.0-beta.420.10"
}, },
"helper": { "helper": {
"version": "1.0.9" "version": "1.0.9"