-
Notifications
You must be signed in to change notification settings - Fork 7
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
Database migration fails #54
Comments
Thank's for the report. Did i understood it right, the extraScript was not run in your case? |
it did run but the command fails on postgres, thus not giving admin rights to the user account, which then fails the migration due to insufficient rights. |
Ok, thank you for clarifying. I'll check that. |
bbkz
added a commit
to bbkz/wger-helm-charts
that referenced
this issue
Sep 14, 2024
Merged
bbkz
added a commit
that referenced
this issue
Sep 17, 2024
Release 0.2.1 * fixes #54 Database migration fails * fix celery redis password * update development setup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Postgress extraScript needs to run manually so that wger-app can create database on postgres
Temporary solution:
run on postgres pod with postgress user
change wger to user under Values.postgres.userDatabase.name
The text was updated successfully, but these errors were encountered: