Answers for "pgadmin create backup script"

0

where does pgadmin save backups in ubuntu

/var/lib/pgsql/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 "pgadmin create backup script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language