Page 1 of 1

cmscli v0.2

Posted: Fri Sep 01, 2017 5:16 pm
by calguy1000
I just released cmscli v0.2

This release refactored a few things to better handle the various circumstances where it could be run....

I have now tested a full site-move with cmscli and it works well.

I used my (revised) backup script to grab all directories including /uploads and a sql dump into a .tar.gz file

The entire site move looked like this:

Code: Select all

tar zxvf ../cmsms_backup.tar.gz
vi config.php   # edit db credentials
./cmscli db-import < tmp/dump.sql
./cmscli site-up