Page 1 of 1
Backup Database PostgreSQL with Unidac
Posted: Fri 28 Jun 2013 23:40
by Suhaimin
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
Re: Backup Database PostgreSQL with Unidac
Posted: Tue 02 Jul 2013 10:00
by DemetrionQ
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.
Re: Backup Database PostgreSQL with Unidac
Posted: Tue 02 Jul 2013 12:30
by Suhaimin
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
Re: Backup Database PostgreSQL with Unidac
Posted: Tue 02 Jul 2013 16:42
by DemetrionQ
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.
Re: Backup Database PostgreSQL with Unidac
Posted: Tue 02 Jul 2013 23:52
by Suhaimin
Thanks a lot
Re: Backup Database PostgreSQL with Unidac
Posted: Wed 03 Jul 2013 08:57
by DemetrionQ
If any other questions come up, please contact us.