Adding iSCSI shared volume to Proxmox to support Live Migration
We will use Multipath for link HA and improved performance. Install the needed packages first: root@proxmox01:~# apt-get install open-iscsi multipath-tools Then we discover the target and login: root@proxmox01:~# systemctl start open-iscsi.service root@proxmox01:~# iscsiadm -m discovery -t st -p 192.168.0.180 192.168.0.180:3260,1…
PostgreSQL Confluence DB replication with Bucardo
In cases where we can’t use the built-in PostgreSQL replication facility, like for example Confluence DB which has replication protection, Bucardo is very efficient option. It is an asynchronous PostgreSQL replication system, allowing for both multi-master and multi-slave operations. Bucardo…