From: | Миша Тюрин <tmihail(at)bk(dot)ru> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | standby, pg_basebackup and last xlog file |
Date: | 2013-01-21 07:14:45 |
Message-ID: | 1358752485.262351718@f226.mail.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello!
I wrote to general ( [GENERAL] standby, pg_basebackup and last xlog file ) some times ago. but still hasn't got any feedback.
Hello!
Is there any reason why pg_basebackup has limitation in an online backup from the standby: "The backup history file is not created in the database cluster backed up." ?
So i can't get last xlog file needed to restore :(
Think i can use -x option for getting last xlog file, but i would like to minimize size of resulting backup. // i also get all WALs by archive_command, so there is no reason to get two copies of each wal during basebackup.
Also maybe i can use something like ( pg_last_xlog_replay_location() + 1 ) after pg_basebackup finished.
Does anybody know true way to getting last xlog file in case of applying pg_basebackup to standby?
How pg_basebackup gets last xlog file in case of standby and -x option?
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2013-01-21 07:17:10 | Re: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review] |
Previous Message | Jeff Davis | 2013-01-21 06:57:42 | Re: gistchoose vs. bloat |