Skip to content

Commit

Permalink
Fix idempotency with pulpcore's migrations
Browse files Browse the repository at this point in the history
puppet-pulpcore can no longer guarantee idempotency and reliably migrate
the database[1]. An option[2] was introduced to pretend it's idempotent,
which in upgrades may break but is good enough for CI.

[1]: theforeman/puppet-pulpcore@f8d0dc6
[2]: theforeman/puppet-pulpcore@0004d05
  • Loading branch information
ekohl committed Aug 14, 2024
1 parent 95047c3 commit bec4c46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/acceptance/hieradata/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ foreman_proxy::manage_puppet_group: false
foreman_proxy::puppet: false
foreman_proxy::puppetca: false
foreman_proxy::ssl_port: 9090

# Fix idempotency in pulpcore
pulpcore::database::always_run_migrations: false

0 comments on commit bec4c46

Please sign in to comment.