Skip to content
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

Upgrading existing data volumes to newer versions fails #39

Open
jngrb opened this issue Jul 11, 2022 · 1 comment
Open

Upgrading existing data volumes to newer versions fails #39

jngrb opened this issue Jul 11, 2022 · 1 comment

Comments

@jngrb
Copy link

jngrb commented Jul 11, 2022

I would like to use the freeipa-openshift-container with a persistent volume. As of now, I cannot upgrade to newer image versions because the upgrade job fails.

Steps to reproduce:

  • Start with a fresh data volume
  • Initialize volume with an older image (say for free-ipa 4.9.8)
  • Stop old container and start a new container derived from a newer image (say for free-ipa 4.9.10).
  • The container will notice that it has to run an upgrade but it fails midway due to missing systemd requirements (since systemd-tmpfiles was removed/replaced)

I provided a fix in !38

@jngrb
Copy link
Author

jngrb commented Jul 11, 2022

can be alleviated by replacing system requirements of the upgrade job and the main target ( see my pull request #38 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant