-
- Downloads
Prevent storage migration and rollback running at the same time
This is a small polishing on the storage migration and storage rollback rake tasks. By aborting a migration while a rollback is already scheduled we want to prevent unexpected consequences.
Showing
- changelogs/unreleased/58739-hashed-storage-prevent-a-migration-and-rollback-running-at-the-same-time.yml 5 additions, 0 deletions...ent-a-migration-and-rollback-running-at-the-same-time.yml
- lib/gitlab/hashed_storage/migrator.rb 18 additions, 0 deletionslib/gitlab/hashed_storage/migrator.rb
- lib/tasks/gitlab/storage.rake 14 additions, 1 deletionlib/tasks/gitlab/storage.rake
- spec/lib/gitlab/hashed_storage/migrator_spec.rb 51 additions, 1 deletionspec/lib/gitlab/hashed_storage/migrator_spec.rb
- spec/tasks/gitlab/storage_rake_spec.rb 79 additions, 29 deletionsspec/tasks/gitlab/storage_rake_spec.rb
Please register or sign in to comment