Fri Oct 1 15:59:28 PDT 2004
- Previous message: [Slony1-general] Asynchronous replication?
- Next message: [Slony1-general] Asynchronous replication?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Oct 01, 2004 at 04:07:51PM +0200, Ryszard Lach wrote: > > 1. disable (at application level) master db modifications for a moment > 2. start replication > 3. rsync application files > 4. stop replication > 5. enable modifications of master db Why do this? If you have the replication happening, when the mods happen on the master, they'll be propogated. Or are the mods _schema_ mods? In any case, I don't see what you're getting by stopping slony. BTW, depending on how big the files are, it might be worth considering putting them in the database and reading them out at the other side. That way you'll get them there in the right order. A -- Andrew Sullivan | ajs at crankycanuck.ca The fact that technology doesn't work is no bar to success in the marketplace. --Philip Greenspun
- Previous message: [Slony1-general] Asynchronous replication?
- Next message: [Slony1-general] Asynchronous replication?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list