6 months ago
I have never been able to view the tables from my PostgreSQL database, and since connecting externally to it incurs costs, I have never attempted to do so. The application will soon be available for production, and it would be necessary to be able to visualize the tables.
Attachments
2 Replies
6 months ago
Hey there! We've found the following might help you get unblocked faster:
🧵 Unable to connect to PostgreSQL instance from outside Railway
🧵 how to recover all tables with data disappeared from postgresql on Railway
If you find the answer from one of these, please let us know by solving the thread!
6 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 6 months ago
6 months ago
If you did run your migrations in the db and you expect to see table it might be that you created a db with a different name, it did happened to me as well, if your db has a different name you should update the env PGDATABASE with your db name, once I've updated that variable I've started seeing the tables in my db...ps. do a backup before doing anything, you never know...
