Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
154 B
2
Indexable
pg_dump -U your_username -h source_server_ip -d your_database_name | ssh destination_server_ip "psql -U your_username -h localhost -d your_database_name"
Leave a Comment