Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
y4mi
on Oct 28, 2015
|
parent
|
context
|
favorite
| on:
PostgreSQL on the Command Line
and the default dumps are simple sql files, which you can actually pipe to another server.
pg_dump -C mydb | psql -h ${some_other_server} mydb
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
pg_dump -C mydb | psql -h ${some_other_server} mydb