Answers for "add backup file to database in pgadmin 4"

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 "add backup file to database in pgadmin 4"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language