Topic on Project:Support desk

Summary by Scejja

HALAMP

Scejja (talkcontribs)

I successfully installed mediawiki in one server just to test (mediawiki 1.30 , php 7, mysql 5.7, ubuntu0.16.04, apache). Among others I installed (I'm interested in) this extension: VisualEditor (parsoid server, restbase server).

Now, I would like to install mediawiki in a high availability environment but I have no experience on that. I think I could start by trying to use two servers for the application server and other two servers for mysql database, but I do not know which cluster software should I use for each.

In Mediawiki documentation I only find this documentation (to be configured in LocalSettings.php): Manual:$wgDBservers

I need a starting point, thanks in advance

Juanjo

85.16.10.75 (talkcontribs)

That sounds like you want to do something that Wikimedia is doing with Wikipedia as well. They e.g. are using a master and several slave databases.

Scejja (talkcontribs)

Yes it can be a good solution (as stated here Manual:MediaWiki architecture). The real goal for me is that if a node fail, the application may continue to work until that node has been "repaired".

So which software may I use for mysql cluster?, and for apache server?

Any guide related to Mediawiki?

Thanks!

Scejja (talkcontribs)

I found halamp, I will start here. thanks a lot