Anonymous
TRIALOP
2 years 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
brody
EMPLOYEE
2 years ago
pgdump and pgrestore
brody
EMPLOYEE
2 years ago
it's not code, they're command line utilities
adam
MODERATOR
2 years ago
I suggest Googling “How to dump from remote postgres database”
adam
MODERATOR
2 years ago
Dumping is the process of retrieving a database’s data and putting it into a file