Re: Backup with Java

Поиск
Список
Период
Сортировка
От Marc Herbert
Тема Re: Backup with Java
Дата
Msg-id khj3b815h8d.fsf@continuent.com
обсуждение исходный текст
Ответ на Backup with Java  ("tommaso.taruffi@ricesoft.it" <tommaso.taruffi@ricesoft.it>)
Ответы Re: Backup with Java
Список pgsql-jdbc
Dave Cramer <pg@fastcrypt.com> writes:

> I'd strongly suggest you exec pg_dump from the command line using
> System.exec and connect to the remote database. This is certainly re-
> inventing a non-trivial wheel.

We have implemented this, with a couple of additional checks


<https://forge.continuent.org/plugins/scmcvs/cvsweb.php/sequoia/src/org/continuent/sequoia/controller/backup/?cvsroot=sequoia>

This code is generic, designed to support not only PostgreSQL.

We could try to externalize it into an independent project if a
significant number of people are interested and... provided it's not
too hard to detach it from sequoia (no promise here).

We also interested by alternatives approaches.





В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Lore Lore"
Дата:
Сообщение: UNSUSCRIBE
Следующее
От: Patric Bechtel
Дата:
Сообщение: Re: Backup with Java