9 months ago
I followed this article but came with an error
https://blog.railway.app/p/postgre-backup
0 Replies
9 months ago
what was the command ran to take the backup?
pgrestore -U postgres -h autorack.proxy.rlwy.net -p 28543 -W -F t -d railway SCHOOLMANAGER
9 months ago
im sorry but that doesnt quite answer my question
pgdump -U postgres -h monorail.proxy.rlwy.net -p 30383 -W -F t railway > SCHOOLMANAGER
9 months ago
what version of pg_dump are you using?
9 months ago
and what about pg_restore?
9 months ago
i cant reproduce the issue with pgrestore / pgdump 16.x, i ran the same commands you gave me
I used the file which I backed up 2 months ago, it works just fine, but not the new one
9 months ago
i didnt take a backup of your database lol
9 months ago
i assume its a bad file
9 months ago
because restoring from the file doesnt work
9 months ago
nope, you would want to use pgdump and pgrestore for that
9 months ago
you need to use the public host and port
9 months ago
thats the internal host
9 months ago
external and internal
9 months ago
i honestly dont know, unfortunately theres not all that much i can do here as we cant really provide support for 3rd party software