Hi all, Curently, I use MySQL Server 5.1.49 on Debian 6 x64 and I plan to upgrade to MySQL Server 5.5. Is there any side effects on ISPConfig side? Regards,
Upgrade with Glusterfs mysql.vol Hi, I am planning to upgrade to mysql 5.5 on my cluster, which implications might this have? What precautions should take on this? This is my conf: /etc/glusterfs/glusterfs-mysql.vol volume remote1-mysql type protocol/client option transport-type tcp option remote-host 192.168.0.1 option remote-subvolume brick-mysql option username user-mysql option password thepass end-volume volume remote2-mysql type protocol/client option transport-type tcp option remote-host 192.168.0.2 option remote-subvolume brick-mysql option username user-mysql option password thepass end-volume volume replicate-mysql type cluster/replicate subvolumes remote1-mysql remote2-mysql end-volume volume cache-mysql type performance/io-cache option cache-size 25MB subvolumes replicate-mysql end-volume df -h /etc/glusterfs/glusterfs-mysql.vol 243G 184G 47G 80% /var/lib/mysql Thanks guys