Postgres data download
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.
5 Replies
Project ID:
065f928c-a490-413c-9a24-fe010d651357
pg_dump and pg_restore
How do I use that? (Im not the best with code, i used a preset)
Do i do that on my pc like git commands?
it's not code, they're command line utilities
I suggest Googling “How to dump from remote postgres database”
Dumping is the process of retrieving a database’s data and putting it into a file