Postgres data download
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

Anonymous
TRIALOP

2 years ago

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


brody
EMPLOYEE

2 years ago

pgdump and pgrestore


Anonymous
TRIALOP

2 years ago

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


Anonymous
TRIALOP

2 years ago

Do i do that on my pc like git commands?


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


Loading...