Answers for "where does pgadmin save backups in ubuntu"

0

where does pgadmin save backups in ubuntu

find / -name 'my_database.sql'
Posted by: Guest on February-18-2021
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

/var/lib/pgsql/my_database.sql
Posted by: Guest on February-18-2021

Code answers related to "where does pgadmin save backups in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language