October 14th, 2020 | by
chase Here’s a great write-up by Anwer covering backing up and restoring an old out-of-date version of VICIdial to the latest version Suppose you need to migrate or duplicate Vicidial data (campaigns, leads, phones and...
March 25th, 2019 | by
chase Recently I’ve begun moving all customer servers and any remaining legacy infrastructure to the newest versions of CentOS7. Surprisingly, the way CentOS7 treats IP address naming… it seems to completely bork...
September 21st, 2017 | by
chase Installing the Mongo PHP extension on the latest cPanel version is a snap! cPanel is now offering multiple PHP versions with EasyApache 4. EasyApache 4 has multi PHP support with PHP 5.4, PHP 5.5, PHP 5.6, PHP 7.0 and PHP...
March 14th, 2015 | by
chase backup: # mysqldump -u root -p > dumpfilename.sql restore:# mysql -u root -p < dumpfilename.sql ...
February 4th, 2015 | by
chase Backup & Restore cPanel / WHM accounts via SSH cPanel / WHM comes with a powerful backup and restore feature. Let’s learn how to use this feature via command-line / SSH. Aside: cPanel / WHM has a wide variety of that can...