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:
7047 would be a port from the legacy database, please make sure you've updated your database credentials to that of the new database
Jump to solution
6 Replies
Percy
Percy4mo ago
Project ID: 4aca6574-b100-4a1c-913c-ac678537b36c
BONGO_BONGO
BONGO_BONGO4mo ago
4aca6574-b100-4a1c-913c-ac678537b36c
Solution
Brody
Brody4mo ago
7047 would be a port from the legacy database, please make sure you've updated your database credentials to that of the new database
BONGO_BONGO
BONGO_BONGO4mo ago
From the Railway project setting side or in my django settings side? Both?
Brody
Brody4mo ago
could be both
BONGO_BONGO
BONGO_BONGO4mo ago
ok. cool. Thank you!