Re: [GENERAL] Could DBmirror be done with the mechine using RPM installation instaed of souce code [tar.gz] ?

2006-02-25 Thread chris smith
 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.

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


Re: [GENERAL] Could DBmirror be done with the mechine using RPM installation instaed of souce code [tar.gz] ?

2006-02-25 Thread Amrit Angsusing
I try to do it by rpm installation buttheseemed 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 [EMAIL PROTECTED]:
 I use the twomechines 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'sgetting way outside of this mailing list's scope though.


Re: [GENERAL] Could DBmirror be done with the mechine using RPM installation instaed of souce code [tar.gz] ?

2006-02-25 Thread chris smith
On 2/26/06, Amrit Angsusing [EMAIL PROTECTED] 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 [EMAIL PROTECTED]:
   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.
 



---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


[GENERAL] Could DBmirror be done with the mechine using RPM installation instaed of souce code [tar.gz] ?

2006-02-24 Thread Amrit Angsusing
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