Postgres data download

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

AnonymousTRIAL

a year ago

065f928c-a490-413c-9a24-fe010d651357


a year ago

pgdump and pgrestore


AnonymousTRIAL

a year ago

How do I use that? (Im not the best with code, i used a preset)


AnonymousTRIAL

a year ago

Do i do that on my pc like git commands?


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