I make Database with DBeaver but not see
monxu88
FREEOP

a month ago

Hi,

Im use DBeaver, I make a database but dont see with Railway, onluy see in DBeaver

Solved

1 Replies

Railway
BOT

a month ago

The Railway dashboard's Database View only shows the default database (typically called railway) that was created when you deployed the Postgres service. Databases you create via DBeaver still exist and are accessible through DBeaver or any client connecting to your Postgres instance, but they won't appear in the dashboard's Data tab. If your application needs to use the new database, you'll need to update the DATABASE_URL variable in your app service to point to the new database name instead of the default one.


Status changed to Awaiting User Response Railway about 1 month ago


Railway
BOT

a month ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway about 1 month ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...