Skip to content

Pass --force option to bypass the error message while replicating database

Douglas Barbosa Alexandre requested to merge da-replicate-geo-database into master

This happens if data is detected in the projects table. When one or more projects are detected, the operation is aborted to prevent accidental data loss. To bypass this message, pass the --force option to the command.

In GitLab 13.4, a seed project is added when GitLab is first installed. This makes it necessary to pass --force even on a new Geo secondary node. There is an issue to account for seed projects when checking the database.

Merge request reports