You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I changed the Pulp resource to use an external PostgreSQL database from the operator-managed instance, which didn't trigger the migration step, so all Pulp services complained about missing migrations which never happened.
Describe the solution you'd like
Create a way to manually trigger the migration job. This could be adding a .spec.migration_job.triggerNonce field, which accepts any random string and runs the job whenever it changes. As an alternative, the migration Job spec could be added to the documentation such that you could manually trigger it with kubectl or similar
The text was updated successfully, but these errors were encountered:
We agree this is an important feature request. We're not sure how exactly to trigger the manual migration, but we see the need. Unfortunately, we cannot commit to anytime for fixing it.
Is your feature request related to a problem? Please describe.
I changed the Pulp resource to use an external PostgreSQL database from the operator-managed instance, which didn't trigger the migration step, so all Pulp services complained about missing migrations which never happened.
Describe the solution you'd like
Create a way to manually trigger the migration job. This could be adding a
.spec.migration_job.triggerNonce
field, which accepts any random string and runs the job whenever it changes. As an alternative, the migration Job spec could be added to the documentation such that you could manually trigger it withkubectl
or similarThe text was updated successfully, but these errors were encountered: