#Django can't connect to postgres.railway.internal
9 messages · Page 1 of 1 (latest)
16ebaf43-5b4e-42f4-97cb-4e7bda2842c8
The private network is not available during the build; you will want to run any database migrations in a pre-deploy command.
Exactly, it fails to migrate from my docker file? What should I do?
^ You will want to run any database migrations in a pre-deploy command.
Same for seeding the database?
Yes
Thanks so much! 🙂
!s