Skip to content

Fix permission denied errors when using restore script

Using the restore script was causing "Permission denied" errors as a result of the restore.sh file having been created as part of the docker build after the permissions had been set. This resulted in the file pre-existing with root as the owner. Removing the file from the docker build resolves this.

Merge request reports

Loading