File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -497,11 +497,6 @@ private function upload_to_s3(): void
497
497
498
498
$ this ->ensureHelperImageAvailable ();
499
499
500
- $ settings = InstanceSettings::get ();
501
- $ helperImage = config ('coolify.helper_image ' );
502
- $ helperImageTag = $ settings ->helper_version ;
503
- $ fullImageName = "{$ helperImage }: {$ helperImageTag }" ;
504
-
505
500
$ commands [] = "docker run -d --network {$ network } --name backup-of- {$ this ->backup ->uuid } --rm -v $ this ->backup_location : $ this ->backup_location :ro {$ fullImageName }" ;
506
501
$ commands [] = "docker exec backup-of- {$ this ->backup ->uuid } mc config host add temporary {$ endpoint } $ key $ secret " ;
507
502
$ commands [] = "docker exec backup-of- {$ this ->backup ->uuid } mc cp $ this ->backup_location temporary/ $ bucket {$ this ->backup_dir }/ " ;
You can’t perform that action at this time.
0 commit comments