From: | "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org> |
---|---|
To: | Hema Sekhar <hema(dot)sekhar(at)tenet(dot)co(dot)in> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Help needed in Replicating pgsql |
Date: | 2003-09-10 01:40:09 |
Message-ID: | 20030909223912.G57860@ganymede.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Ummmm ... first thought is did you apply the patches to v7.2 for
replication? From the errors, I would guess not ... I'm also guessing
that you are using pgreplication here?
On Tue, 9 Sep 2003, Hema Sekhar wrote:
> Hi
> I am Hemasekhar K.P
> I am trying to replicae pgsql on REDHATLinux 8,
> but the site http://gborg.postgresql.org/genpage?replication_72install. is
> giving instructions on REDHATLinux 7,
> is there any site which gives instructions on how to replicate on
> REDHATLinux 8,
>
> Actually in postgresql.conf which is under
> /usr/local/pgsql/data/postgresql.conf, I added the following lines
>
> #
> # Replication
> #
>
> repl_max_remote_processes = 2
> repl_mgr_port = 5430
> repl_spread_port = 4803
> repl_spread_host = 'localhost'
> repl_spread_group = 'replicationGroup'
> repl_database = 'testing'
> repl_user = 'qsip'
>
> when i tried to run the postmaster, it is giving the following error
>
> [qsip(at)ssf pgsql]$ postmaster -i -D /usr/local/pgsql/data/
> FATAL 1: 'repl_max_remote_processes' is not a valid option name
> [qsip(at)ssf pgsql]$
>
> i tried commenting repl_max_remote_processes ,it is showing error at
>
> [qsip(at)ssf pgsql]$ postmaster -i -D /usr/local/pgsql/data/
> FATAL 1: 'repl_mgr_port' is not a valid option name
> [qsip(at)ssf pgsql]$.
>
> Please help me in this regard.
>
> Thanks and Regards
> Hemasekhar.
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | expect | 2003-09-10 02:01:53 | Re: mysql create table -> psql |
Previous Message | Konstantin Goudkov | 2003-09-10 01:22:34 | Temp tables and copy |