Can't query postgres data
rogit85
HOBBYOP

25 days 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

3 Replies

Railway
BOT

25 days 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!


uxuz
MODERATOR

25 days 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

25 days ago

Amazing, thank you so much :-)


Status changed to Solved brody 25 days ago


Loading...