Errors after upgrading to 1.4.0+v2.5.6 #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
after the upgrade, the app container is no longer starting, and I am seeing these errors:
I guess because the db_password was now changed to be a secret?
need to debug this
Commands I used to fix if anyone else runs into this:
then
I just checked: db_secret was inserted in 1.2.0:
811fbf6f68I didn't deploy it before, so thanks for this hint and glad you fixed it.
Perhaps we should edit the release notes of 1.2.0 with your hint?
@val makes sense! and yes if there are not many users of this recipe than adding a release note would be the easiest way (or if we are the only users than maybe dont even need that, or folks would find this issue if they get confused)
in an ideal world, i would add an entrypoint to the container that automatically does that postgres command if its not done already, so that the migration would happen automatically (but probably only helpful if there were more users)