Can't query postgres data
rogit85
HOBBYOP

4 months ago

Hello, why is there no query function in my database? I need to run direct queries for a migration but can't and can't connect via cli

Attachments

Solved$10 Bounty

Pinned Solution

4 months ago

Hey, you can enable the Raw SQL Query Tab feature flag and query your database directly from the dashboard. While this is possible, it is still better to handle the migration via code and/or using a transaction to have the option to rollback in case something fails during the migration.

3 Replies

Railway
BOT

4 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!


4 months ago

Hey, you can enable the Raw SQL Query Tab feature flag and query your database directly from the dashboard. While this is possible, it is still better to handle the migration via code and/or using a transaction to have the option to rollback in case something fails during the migration.


rogit85
HOBBYOP

4 months ago

Amazing, thank you so much :-)


Status changed to Solved brody 4 months ago


Loading...