Skip to content

Create snapshot with current db and gitlab backups

Evangelos Foutras requested to merge fix-stale-db-and-gitlab-backups into master

The helper scripts that create mysql/postgres database dumps as well as the script running gitlab-backup were executed after the btrfs snapshot was taken. This resulted in stale db and gitlab backups (from last run).

Move execution of these helper scripts further up so their outputs get included in the btrfs snapshot.

Edited by Evangelos Foutras

Merge request reports