If anyone would like to test out the NGS replication, which I’ve setup from the test server, follow these instructions:
- Download and install the mb_server source code from SVN trunk. Follow these instructions.
- Set your server type in DBDefs.pm to RT_SLAVE
- Download and import this dataset.
- Insert this required row into the database, using our psql program:
cd /admin ./psql READWRITE insert into replication_control values (1, 12, 36169, '2010-01-23 00:00:02.604674+00');
- Now run admin/replication/LoadReplicationChanges a few minutes after the hour to keep up to date with the data on the test server. Please note that this system may not be stable yet and that we will occaisionally load new data on our test server, which will require you to reload the data on your server.
Good luck!