Page 1 of 1

Mirroring CATS

Posted: 03 Nov 2008, 03:27
by agus
i have planning to make a CATS online server, where's the local area network is running for internal for now. Can i mirroring between local server and the server that i am going to host in the internet?

Best regards for the reply

Re: Mirroring CATS

Posted: 06 Nov 2008, 22:49
by RussH
Hiya,

depending upon whether you're a MYSQL expert, you coudl choose between native asynchronous replication, or a script that provides synchronisation such as sqlsync;

http://www.linux.com/feature/134127

Re: Mirroring CATS

Posted: 11 Nov 2008, 10:59
by brucem1967
We have mirrored a copy of our inhouse cats that runs live, so keep all source and database mirrored.

Private message me and I will give you details

Re: Mirroring CATS

Posted: 24 Nov 2008, 16:56
by RussH
My Joomla module/Component now successfully connects to a remote cats sql database - so you can have your local CATS installation and a remote website working happily. Still 'in-progress' but PM me if you want an assemblage of code dumped on you!

Re: Mirroring CATS

Posted: 14 Jan 2009, 00:52
by RussH
Just some additional details around what I've done - it's just a remote Joomla instance. There's no mirroring.Basically the joomla database is local to the webserver, but the cats database resides on a separate (remote) server - so long as you can reach it on a sql port. There aren't any real performance issues as Joomla caches (or can cache) the data.

The only niggle is when someone uploads their CV when applying for a job - as by default the module tries to save it locally. I had to ask a dev to code that change for me - and the solution we came up with is to ftp that to the remote cats server so that it drops into the directory where cats expects it to be. The nice features that I appreciate are retained - i.e. even with the cats server being remote, then the search module on the joomla website still works and searches the remote server rather than the local one.

If there's any request for it - I can wrap up a restorable backup for this - as per the image I cobbled together for my original take on a Joomla module - and put it on the downloads page?