It’s been… a ride getting my phoenix app deployed.
After quite some time, I’ve finally gotten deliver setup, however I can’t start the app because my migration hasn’t been run yet, but I can’t run my migration without starting the app!
Error I get when running app:
postgres =>
#{code => undefined_table,
Error I get when running mix edeliver migrate production --verbose
production node:
user : ---
host : ---
path : ---
response: Node is not running!
The table not defined error is probably blocking phoenix from starting because the schema is being referenced inside the supervisor/worker in a gen server.