Skip to content

Draft: Create consistent database backups when using rake backup tasks

What does this MR do and why?

When running rake gitlab:backup:db:create, we create two backup files: one for main and one for ci. These are created using two distinct pg_dump calls and are therefore not consistent.

This MR will introduce consistent backup

... IN PROGRESS ...

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #366727 (closed)

Merge request reports