Thread: Could DBmirror be done with the mechine using RPM installation instaed of souce code [tar.gz] ?
Could DBmirror be done with the mechine using RPM installation instaed of souce code [tar.gz] ?
From
"Amrit Angsusing"
Date:
I use the two mechines with FC3 and postgresql 8.1 RPM installation and would like to do DBmirror or other postgresql database replication from master to slave server . Could I do this replication using RPM or I must use the tar.gz version ? Could anybody suggest me about replication?
Amrit
Re: Could DBmirror be done with the mechine using RPM installation instaed of souce code [tar.gz] ?
From
"chris smith"
Date:
> I use the two mechines with FC3 and postgresql 8.1 RPM installation and > would like to do DBmirror or other postgresql database replication from > master to slave server . Could I do this replication using RPM or I must use > the tar.gz version ? Could anybody suggest me about replication? There should be a 'postgresql-contrib' rpm for FC3 (use your favourite search engine). If you can't find one - create an rpm (it's pretty easy). That's getting way outside of this mailing list's scope though.
Re: Could DBmirror be done with the mechine using RPM installation instaed of souce code [tar.gz] ?
From
"Amrit Angsusing"
Date:
I try to do it by rpm installation but the seemed to miss some file which was described by the doc. for ex. pending.so and its' path and
perl /...../DBmirror.pl
could not run
Could you suggest me the URL how to install DBmirror by the rpm mechine?
Thanks
Amrit
2006/2/25, chris smith <dmagick@gmail.com>:
> I use the two mechines with FC3 and postgresql 8.1 RPM installation and
> would like to do DBmirror or other postgresql database replication from
> master to slave server . Could I do this replication using RPM or I must use
> the tar.gz version ? Could anybody suggest me about replication?
There should be a 'postgresql-contrib' rpm for FC3 (use your favourite
search engine).
If you can't find one - create an rpm (it's pretty easy). That's
getting way outside of this mailing list's scope though.
Re: Could DBmirror be done with the mechine using RPM installation instaed of souce code [tar.gz] ?
From
"chris smith"
Date:
On 2/26/06, Amrit Angsusing <amritpostgres@gmail.com> wrote: > I try to do it by rpm installation but the seemed to miss some file which > was described by the doc. for ex. pending.so and its' path and > perl /...../DBmirror.pl > could not run If you have a problem copy the exact error message, nobody can help you with that "message". > Could you suggest me the URL how to install DBmirror by the rpm mechine? Google? rpm -ivh /path/to/rpm.rpm That will install the rpm, then you need to set it up. Read the appropriate documentation (ie the docs included with dbmirror) on how to do it. > 2006/2/25, chris smith <dmagick@gmail.com>: > > > I use the two mechines with FC3 and postgresql 8.1 RPM installation and > > > would like to do DBmirror or other postgresql database replication from > > > master to slave server . Could I do this replication using RPM or I must > use > > > the tar.gz version ? Could anybody suggest me about replication? > > > > There should be a 'postgresql-contrib' rpm for FC3 (use your favourite > > search engine). > > > > If you can't find one - create an rpm (it's pretty easy). That's > > getting way outside of this mailing list's scope though. > > > >