In case you have a Proxmox hypervisor using zfs raid filesystem and want to replace the disk when disk already reach the wear-out(ssd), or uncorrectable value in smartctl is highly unacceptable or the disk already reach maximum capacity. You can…
Migrate VM Betwen Proxmox host Using Zfs
For Proxmox with zfs filesystem, we can utilize zfs to migrating a VM to another Proxmox host with minimal downtime. As long the target also use zfs file sistem. You can read more about zfs on this link. With pipe…
Automated Cloud SQL export to Cloud Storage (Updated)
One of my costumers have a production environment in GCP. We helped them to migrate from on premises to GCP. We have setup the automated backup for their Cloud SQL for mysql 5.7 instances. Since the cloud sql backup using…
Mariadb 10.4.X Memory Leak Issue
Recently, I’ve helped customer to migrate their service from single VM to 1 vm per-service. I am able to manage minimum downtime when migrating the web data and database data to each VM. All VM using latest OS and latest…
Zfs Raid-1 Disk Replacement Proxmox
This is the procedure on how to replace broken disk from zfs raid-1 array. In this case we simulate to replace zfs raid-1. Check zfs pool status #zfs status -v Get the disk information and replaced it (Let’s say that…