I can not work with database PostgreSQL
vovatram
FREEOP

2 months ago

I do not know what happens, but i can not delete database, change it in Railway or upload dumb from my PC to any database

3 Replies

2 months ago

Hey, can you elaborate the not being able to delete the Postgres database on Railway part? Furthermore, how are you restoring your database dump to the Postgres database? What kind of error messages do you see?


uxuz

Hey, can you elaborate the not being able to delete the Postgres database on Railway part? Furthermore, how are you restoring your database dump to the Postgres database? What kind of error messages do you see?

vovatram
FREEOP

2 months ago

When I delete base in railway i see An un know errow
And save in base does not work, it spins endlessly
When I try upload dumb from PC, I don not see any errors, but after process in cmd ends I do not see any changes in nase too
F:\>set PGPASSWORD=****

F:\>"F:\Programs\pg18\pgAdmin 4\runtime\pg_dump.exe" -h hopper.proxy.rlwy.net -p 38715 -U postgres -d railway -F p -f dump.sql


vovatram

When I delete base in railway i see An un know errowAnd save in base does not work, it spins endlesslyWhen I try upload dumb from PC, I don not see any errors, but after process in cmd ends I do not see any changes in nase tooF:\>set PGPASSWORD=****F:\>"F:\Programs\pg18\pgAdmin 4\runtime\pg_dump.exe" -h hopper.proxy.rlwy.net -p 38715 -U postgres -d railway -F p -f dump.sql

2 months ago

Hey, please show the error (as a screenshot) that occurs when trying to delete the Postgres service on Railway. You are not uploading a dump with pg_dump, you are actually creating a dump instead. You need pg_restore or perhaps just psql to restore your dump.


Loading...