Answers for "backup pgadmin"

0

where does pgadmin save backups in ubuntu

runuser -l postgres -c 'pg_dump my_database > my_database.sql'
Posted by: Guest on February-18-2021
0

where does pgadmin save backups in ubuntu

find / -name 'my_database.sql'
Posted by: Guest on February-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language