After merging master into https://github.com/allmende/known and recreating the containers, the application doesn't remember how to talk to the database anymore. The secret sauce to know here is, that the install script generates and sets the KNOWN_DB_PASSWORD to the MYSQL_ROOT_PASSWORD, which hadn't been represented in a migration procedure.
Also see f48787c
What to do with this knowledge now?
After merging
masterinto https://github.com/allmende/known and recreating the containers, the application doesn't remember how to talk to the database anymore. The secret sauce to know here is, that the install script generates and sets theKNOWN_DB_PASSWORDto theMYSQL_ROOT_PASSWORD, which hadn't been represented in a migration procedure.Also see f48787c
What to do with this knowledge now?