Hej everyone, I want share my weekend project: moved 50 clients from cPanel to Hestia on one server, malý script helped lot
Problem was manual work, very boring, check dns, check mail, check database, all by hand. So I made bash script for pre-check, then rsync for data, then hestia cli for recreate accounts
On server I run first: check if domain resolves, if mail mx correct, if database size under limit. Into config I put thresholds. Script output report, I fix problem before migration start
Took friday evening for prep, saturday for move, sunday for dns flip and watch. 48 clients zero issue, 2 had wrong dns I catch in pre-check
I put script on my git, maybe helps someone. No more cPanel tax