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
Backup Database PostgreSQL with Unidac
-
DemetrionQ
- Devart Team
- Posts: 271
- Joined: Wed 23 Jan 2013 11:21
Re: Backup Database PostgreSQL with Unidac
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.
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
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
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
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
Thanks a lot
-
DemetrionQ
- Devart Team
- Posts: 271
- Joined: Wed 23 Jan 2013 11:21
Re: Backup Database PostgreSQL with Unidac
If any other questions come up, please contact us.