Wed Sep 22 10:56:10 PDT 2004
- Previous message: [Slony1-general] A few Queries
- Next message: [Slony1-general] Doc patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi I have tried creating a replicating database by following the format of the "replicating your first database" example in the supplied documentation. This got me as far as having a copy of the master database tables with no entries in. I ran a script like the example's to create a set and store nodes and paths. I then ran the command slon T1 dbname=usersdb user=postgres host=localhost ..(redirect output) This seemed to produce promising results in the corresponding slon-usersdb.out file: CONFIG main: local node id = 2 CONFIG main: loading current cluster configuration CONFIG storeNode: no_id=1 no_comment='Node 1' CONFIG storePath: pa_server=1 pa_client=2 pa_conninfo="dbname=usersdb host=localhost port=5432 user=postgres password=postgres" pa_connretry=10 CONFIG storeListen: li_origin=1 li_receiver=2 li_provider=1 CONFIG storeSet: set_id=1 set_origin=1 set_comment='usersdb tables' However when I then did the same for my slave database I got these warnings and errors: WARN remoteWorker_wakeup: node 1 - no worker thread CONFIG storeSubscribe: suINFO remoteListenThread_2: disconnecting from 'dbname=copy host=localhost port=5432 user=postgres password=postgres' sub_set=1 WARN remoteWorker_wakeup: node 1 - no worker thread CONFIG main: configuration complete - starting threads CONFIG enableNode: no_id=1 ERROR remoteWorkerThread_1: "declare LOG cursor for select log_origin, log_xid, log_tableid, log_actionseq, log_cmdtype, log_cmddata from "_T1".sl_log_1 where log_origin = 1 and ( order by log_actionseq; " PGRES_FATAL_ERROR ERROR: syntax error at or near "order" at character 161 ERROR remoteWorkerThread_1: "close LOG; " PGRES_FATAL_ERROR ERROR: current transaction is aborted, commands ignored until end of transaction block ERROR remoteWorkerThread_1: helper 1 finished with error ERROR remoteWorkerThread_1: SYNC aborted Thanks in advance Sridhar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://gborg.postgresql.org/pipermail/slony1-general/attachments/20040922/97f41f6f/attachment-0001.html
- Previous message: [Slony1-general] A few Queries
- Next message: [Slony1-general] Doc patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list