Unable to access tables from PostgreSQL
Anonymous
HOBBYOP

5 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

$10 Bounty

2 Replies

Railway
BOT

5 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


brody
EMPLOYEE

5 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 5 months ago


fra
HOBBYTop 10% Contributor

5 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...


Loading...