[xwiki-users] Synchronize two instances of XWiki Enterprise
Hi, what is the best way to keep two instances (two different pc) synchronized. Will it be enough to copy only the database= Regards, Uwe -- View this message in context: http://www.nabble.com/Synchronize-two-instances-of-XWiki-Enterprise-tp162970... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, I'm pretty sure just a copy of the database is enough ;) Vito uwesbr wrote:
Hi, what is the best way to keep two instances (two different pc) synchronized. Will it be enough to copy only the database=
Regards, Uwe
Hi! Vitantonio Messa wrote:
Hi,
I'm pretty sure just a copy of the database is enough ;)
Vito
Yeap! But be aware that some "information" could be stored in xwiki.cfg, templates or skins' folders. This information doesn't concern "contents", but if what you want is to have two locations running the same wiki, it must be taken into account. HTH, Ricardo -- View this message in context: http://www.nabble.com/Synchronize-two-instances-of-XWiki-Enterprise-tp162970... Sent from the XWiki- Users mailing list archive at Nabble.com.
This is complex if the 2 wikis can be edited at the same time. This is what XWiki Concerto is about http://concerto.xwiki.com (see video here http://tinyurl.com/2b8bgv ) If only one wiki is edited then : - you should use XML-RPC to read/write from one to the other for simple wiki pages - you can use XAR import export for full wiki pages - you can copy the DB but have to flush the cache Ludovic uwesbr wrote:
Hi, what is the best way to keep two instances (two different pc) synchronized. Will it be enough to copy only the database=
Regards, Uwe
-- Ludovic Dubost Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
participants (4)
-
[Ricardo RodrÃguez] -
Ludovic Dubost -
uwesbr -
Vitantonio Messa