Created
February 24, 2022 10:04
-
-
Save ZeroCoolHacker/90a2912d6a66dbff6361db8792fcc398 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh user@machine "pg_dump -U user -h localhost -C --column-inserts" \ | |
> backup_file_on_your_local_machine.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment