Created
January 27, 2025 15:37
-
-
Save pen-pal/66a5a4b430e4e2e3348f15717adb68f6 to your computer and use it in GitHub Desktop.
pg dump no acl and owner
This file contains hidden or 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
| pg_dump -U myuser -h localhost -d mydatabase --no-owner --no-privileges > mydatabase_backup.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment