Search Postgresql Archives

Re: pg_hotbackup how to

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



paulo matadr wrote:
I have 3 database in my cluster , and would make backup online just one database ,atually i using pg_hotbackup --backupdir=/var/lib/pgsql/backups --datadir=/var/lib/pgsql/data
but this command make a full backup in cluster.

All databases share the same write-ahead log files and other infrastructure, so you can't take a hot backup of just one of them. Back them all up together, use pg_dump instead, or separate the database of interest out into a separate cluster.

--
Craig Ringer

--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux