-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cloud): use custom image for backup/restore.
Updated the docker image so that it switches back to mysql user after patching the files. This fixes a permission issue when restoring backups. FROM percona/percona-xtradb-cluster-operator:1.10.0-pxc8.0-backup USER root RUN /usr/bin/sed -i 's|parallel=10|parallel=1|g' /usr/bin/run_backup.sh /usr/bin/recovery-s3.sh USER 1001
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters