error when db create and db migrate is run multiple times #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?
The command is set as
sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run". This throws an error, when the database was already created or migrated. In the official documentation it says at least fordb createdbshould not be run multiple times.thanks for the report @p4u1 ! what error do you get? we've been running this recipe in production for a while and so far the only issue we've hit has been that migrations sometimes aren't run completely, requiring manual database changes.
Maybe, our plausible instance is somehow messed up. I get those errors on startup and the container aborts afterwards: