2 months ago
Good day, please give me the opportunity to export my tables from database used in my project..I need to check which columns were used
4 Replies
2 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!
2 months ago
Thank you very much, I have read the articles you linked to, but I couldn't find the answer. I am currently unable to sign up for a tariff plan with your service, but I would like to export the database. Please help.
2 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 • 2 months ago
2 months ago
You can view your tables in columns directly in the service's "Database" tab.
If this doesn't give enough information, you can use a database viewer like DBeaver or Datagrip. You're also welcome to use pg_dump to export your entire database, however this is more complex.
There is no build in UI option to download your entire database.
2 months ago
use 'pgAdmin' GUI Tool
Connect with your Railway database URL.
Right-click the database → Export → choose Schema only (no data).
You’ll get an .sql file listing all tables, their columns, and types.
Status changed to Solved noahd • about 2 months ago