-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run cpdb --update #139
Run cpdb --update #139
Conversation
This is a strange failure :/ I'm OK merging this despite this plaguing failure. |
Given the intermittent failures I'm leaning to holding this off until our Katello nightly pipeline is green again. Otherwise we'll just keep stacking potential failures. |
Updated to now call both. |
cpdb --create creates the database but --update updates it to the latest schema. The installer can also remove the marker file /var/lib/candlepin/cpdb_update_done to trigger a schema migration.
Not sure if this really is breaking, but I consider this major enough for a major version bump and don't want to pull this into a stable branch. |
cpdb
--create
creates the database but--update
updates it to the latest schema. The installer can also remove the marker file/var/lib/candlepin/cpdb_update_done
to trigger a schema migration.