Skip to content
Snippets Groups Projects

Docs for marking a batched BG migration finished

Merged Adam Hegyi requested to merge ah-marking-bg-migration-finished-doc into master
All threads resolved!
@@ -266,7 +266,7 @@ arguments until the status query returns no rows.
1. Run a reconfigure:
```plaintext
```plaintext
sudo gitlab-ctl reconfigure
```
@@ -336,7 +336,7 @@ When the background migration is determined to be "safe" to skip, the migration
WARNING:
Make sure you create a backup before proceeding.
```shell
```ruby
# Start the rails console
connection = ApplicationRecord.connection # or Ci::ApplicationRecord.connection, depending on which DB was the migration scheduled
Loading