I am setting up a cluster of Jahia servers, one for authoring and one
for production. I have read the Jahia Clustering manual and was
wondering whether it is possible to do the folllowing:
The authoring server connects to localhost mysql database which is a
master that replicates to the production server. This jahia instance
both reads and writes content.
The production server connects to localhost mysql database (read only)
which is replicated from authoring. No changes will be done on the
production server - only reading.
Will the production server have any problems with the read only nature
of the underlying database?
Thanks