mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Merge pull request #1104 from ayapapa/master
fixed a issue that backup fail in 8.16.6 #1094
This commit is contained in:
commit
18fc2caa56
@ -777,7 +777,7 @@ gitlab_configure_backups() {
|
||||
GITLAB_BACKUP_PG_SCHEMA \
|
||||
GITLAB_BACKUP_ARCHIVE_PERMISSIONS
|
||||
gitlab_configure_backups_schedule
|
||||
if [[ -z ${AWS_BACKUPS} || -z ${GCS_BACKUPS} ]]; then
|
||||
if [[ ${AWS_BACKUPS} != true && ${GCS_BACKUPS} != true ]]; then
|
||||
exec_as_git sed -i "/upload:/,/#end-gcs/d" ${GITLAB_CONFIG}
|
||||
return 0
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user