AnonymousTRIAL
a year ago
Hello, i would like to know if there is a way to upload and download the postgres data stored on railway, i have some data from someones else's backend and they want to give me the data so our backends can merge. They DO NOT host their backend on railway.
0 Replies
a year ago
pgdump and pgrestore
a year ago
it's not code, they're command line utilities
a year ago
I suggest Googling “How to dump from remote postgres database”
a year ago
Dumping is the process of retrieving a database’s data and putting it into a file