Gitalb migration (v.8.2.4) from a source installation MySQL to omnibus PostgreSQL and update to the last version.
Could be used to all versions above 8.0.0.
for mysql health check will use xinetd whith bash scrip that will be select from mysql db
install xinetd
$ aptitude install xinetd
create configure file for xinetd in witch define script for select from db
$ aptitude install mysql-server
Will install latest version of mysql server (do it on all servers)
configure master-1 Continue reading MySQL master-master – slave replication (Ubuntu 12.04)
Install apache2 (web-server) и php5:
$ sudo apt-get install apache2 php5 libapache2-mod-php5
Config file Apache2 – /etc/apache2/apache2.conf
web folder – /var/www
Continue reading Apache2 + php5 + MySQL + php admin on Debian 6