Skip to content

Commit

Permalink
Don't reset Candlepin migrations during restore
Browse files Browse the repository at this point in the history
This marker file was removed in
theforeman/puppet-candlepin@18bca42
and Candlepin now manages its migrations on its own.
  • Loading branch information
evgeni committed Jun 3, 2024
1 parent 2089c2a commit ec90c78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
14 changes: 0 additions & 14 deletions definitions/procedures/restore/candlepin_reset_migrations.rb

This file was deleted.

5 changes: 1 addition & 4 deletions definitions/scenarios/restore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ def compose
add_step_with_context(Procedures::Restore::ReindexDatabases)
end

add_steps_with_context(
Procedures::Pulpcore::Migrate,
Procedures::Restore::CandlepinResetMigrations
)
add_steps_with_context(Procedures::Pulpcore::Migrate)

add_steps_with_context(Procedures::Service::Start,
Procedures::Service::DaemonReload)
Expand Down

0 comments on commit ec90c78

Please sign in to comment.