Backup Database PostgreSQL with Unidac

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Suhaimin
Posts: 79
Joined: Mon 06 May 2013 12:19

Backup Database PostgreSQL with Unidac

Post by Suhaimin » Fri 28 Jun 2013 23:40

Hello,


I want to backup database postgreSQL via program Delphi with Unidac, but I dont know how to do that with Unidac ? thanks a lot

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Backup Database PostgreSQL with Unidac

Post by DemetrionQ » Tue 02 Jul 2013 10:00

Hello.

To backup the database, you can use the TUniDump component. The information about using of TUniDump can be found in the UniDAC documentation ( http://www.devart.com/unidac/docs/devar ... nidump.htm ). Also you can look at the UniDacDemo\Dump demo, that demonstrates using of TUniDump.

Suhaimin
Posts: 79
Joined: Mon 06 May 2013 12:19

Re: Backup Database PostgreSQL with Unidac

Post by Suhaimin » Tue 02 Jul 2013 12:30

Hello,



I have seen at Unidac demos directory, It is backup tables only but I want to backup database like a PagAdmin do with Backup and Restore database. how could i do that ? thanks a lot

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Backup Database PostgreSQL with Unidac

Post by DemetrionQ » Tue 02 Jul 2013 16:42

Unfortunately, UniDAC provides backup for tables only. We will consider the possibility to extend this functionality in future. For the time being, as a workaround, you can use PgAdmin for full database backup.

Suhaimin
Posts: 79
Joined: Mon 06 May 2013 12:19

Re: Backup Database PostgreSQL with Unidac

Post by Suhaimin » Tue 02 Jul 2013 23:52

Thanks a lot

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Backup Database PostgreSQL with Unidac

Post by DemetrionQ » Wed 03 Jul 2013 08:57

If any other questions come up, please contact us.

Post Reply