Thread: Database Backup

Database Backup

From
Michel Feinstein
Date:
Hi guys,

I am about to take down a database, so I want to make a backup before, in case I need to turn it on again in the future. Are there any caveats I should be aware of, when using pgAdmin for the backup?

Thanks in advance.

Re: Database Backup

From
Murtuza Zabuawala
Date:
Hi Michel,

pgAdmin4 does not take backup by itself but uses pg_dump in backend, It just provides GUI interface for pg_dump utility for taking backups.
Please refer the pg_dump documentation if you require any specific details on backup process.


--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



On Fri, Nov 8, 2019 at 6:22 AM Michel Feinstein <michelfeinstein@gmail.com> wrote:
Hi guys,

I am about to take down a database, so I want to make a backup before, in case I need to turn it on again in the future. Are there any caveats I should be aware of, when using pgAdmin for the backup?

Thanks in advance.

Re: Database Backup

From
Michel Feinstein
Date:
Ok, thanks. 

On Fri, Nov 8, 2019, 10:36 Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
Hi Michel,

pgAdmin4 does not take backup by itself but uses pg_dump in backend, It just provides GUI interface for pg_dump utility for taking backups.
Please refer the pg_dump documentation if you require any specific details on backup process.


--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



On Fri, Nov 8, 2019 at 6:22 AM Michel Feinstein <michelfeinstein@gmail.com> wrote:
Hi guys,

I am about to take down a database, so I want to make a backup before, in case I need to turn it on again in the future. Are there any caveats I should be aware of, when using pgAdmin for the backup?

Thanks in advance.