Skip to content

Make restoring backup database table warning more explicit

Brett Walker requested to merge 39903-restore-backup-warning into master

What does this MR do?

Makes the restoring backup warning more explicit: from

Before restoring the database we recommend removing all existing
tables to avoid future upgrade problems. Be aware that if you have
custom tables in the GitLab database these tables and all data will be
removed.

to

Before restoring the database, we will remove all existing
tables to avoid future upgrade problems. Be aware that if you have
custom tables in the GitLab database these tables and all data will be
removed.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #39903 (closed)

Edited by Brett Walker

Merge request reports