Untitled
Anonymous
plain_text
01/02/2024 2:58 AM
208 B
17
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"
Editor is loading...
Leave a Comment