Brian Spindler <[email protected]> writes: > Guys/Gals, > > > > I have taken the following procedure: > > > > 1. Using ij logged into my database > > 2. Run CALL SYSCS_UTIL.SYSCS_FREEZE_DATABASE();
Do you run embedded or client server? Are there any other live connections at this point? > > 3. Exit ij > > 4. Copy database to slave > > 5. Start slave > > 6. Start master. > > > > Then I get this error: > > > > Caused by: ERROR XRE05: The log files on the master and slave are not in > synch for replicated database 'foo'. The master log instant is 1:104173, > whereas the slave log instant is 1:103957. This is FATAL for replication > - replication will be stopped. > > > > > > I thought by freezing/copying etc... they would be in synch? >
