TCP/IP error on runserver command
after the data migration on railway I got this error when trying to run my project on my localhost.
"Is the server running on host "railwayAppName" and accepting (xx.xx.xxx.xxx)
TCP/IP connections on port 7047?"
I haven't changed anything in my local settings.py file, so I just thought I'd reach out and see if I'm missing any kind of checkbox in my postgres db settings on railway for TCP/IP connections.
Solution:Jump to solution
7047 would be a port from the legacy database, please make sure you've updated your database credentials to that of the new database
6 Replies
Project ID:
4aca6574-b100-4a1c-913c-ac678537b36c
4aca6574-b100-4a1c-913c-ac678537b36c
Solution
7047 would be a port from the legacy database, please make sure you've updated your database credentials to that of the new database
From the Railway project setting side or in my django settings side? Both?
could be both
ok. cool. Thank you!