| From: | bricklen <bricklen(at)gmail(dot)com> |
|---|---|
| To: | bobJobS <russelljanusz(at)yahoo(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Streaming Replication - Error on Standby |
| Date: | 2014-02-11 19:17:31 |
| Message-ID: | CAGrpgQ-xNGFyL00jN+RhfxRH0Fo_YedJyHX7524aRs8e7t8A1w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Tue, Feb 11, 2014 at 10:12 AM, bobJobS <russelljanusz(at)yahoo(dot)com> wrote:
> Postgres 9.3.2.
> RHEL 5
>
> After performing all of the Streaming Replication setup steps,
>
What replication steps?
> database system identifier differ between the primary and standby
>
How did you take the initial backup of the master? Did you rsync the master
filesystem (after issuing pg_start_backup()) or use pg_basebackup, or did
you literally take a pg_dump of the master and try to turn that backup into
a slave? If the latter, you will need to use the rsync/pg_basebackup method.
There are some reasonably thorough steps at
http://dba.stackexchange.com/a/53546/24393 if you want to compare them
against what you tried already.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | bobJobS | 2014-02-11 19:25:12 | Re: Streaming Replication - Error on Standby |
| Previous Message | bobJobS | 2014-02-11 18:12:57 | Streaming Replication - Error on Standby |