9 lines
237 B
Markdown
9 lines
237 B
Markdown
|
|
Add a dumped file to local machine
|
|
You often have the address in your .pgpass
|
|
`./pwdb dump [address]`
|
|
|
|
Sync the downloaded file to your localhost with 4 cores
|
|
`./pwdb sync [address] localhost -j 4 -p`
|
|
To get a production db with grants
|