Database Vulnerability Scanning

At cPanel Conference, I was queried to see if there was any database scanning done in addition to the malware scanning I perform on automated migrations. I’m glad this question got asked, because I had…

Environment Checking

Before your migration, you (ideally) made a plan as to what your site’s requirements are, what software you are running, and if there are any extra programs or settings that your sites depend on. But…

Copying Files

My favorite saying is that in computers, there’s at least three ways to do anything, and I’ve found that to be true nearly all the time. Sometimes, those three ways of doing something are even…

Advanced Database Syncing

Are you the 1%? That is, does mysqldump  just not cut it for your database? Maybe you have a million transactions an hour, or a 200GB database. Or a 200GB table. Well, no matter which…

Syncing Databases

Databases are regularly the toughest things for me and clients to deal with. Possibly because I’m not a DBA and I cant write a CREATE TABLE if I had a gun to my head, but…