Step 1 - export database of the source site | |||||||||||
Source site: create database dump file:
$ mysqldump -u<username> -p --default-character-set=latin1 --skip-opt -Q <ver3db> > ver3.dumpNote: Use parameter "--skip-opt" only in MySQL 4.1 and later, otherwise remove it. |
|||||||||||
Step 2 - import database into the target site | |||||||||||
2A If created dump file size is > 50 MB
|
2B If created dump file size is <= 50 MB (exact limit depends on your server settings)
Proceed with Step 3 |
||||||||||
Step 3 - copy files | |||||||||||
Sample: $ cp -a /path/to/sourcesite/failid/ /path/to/targetsite/ver3/ |
|||||||||||
Step 4 - run conversion | |||||||||||
| |||||||||||
Step 5 - delete conversion files | |||||||||||
| |||||||||||
Step 6 - upgrade Saurus CMS version | |||||||||||
| Upgrade your website to the latest official version of Saurus CMS. | |||||||||||
Step 7 - enter a license | |||||||||||
| Log in to the admin/ environment and enter a correct site license key. | |||||||||||
Step 8 (optional) - site encoding conversion | |||||||||||
|
In case your website encoding is not UTF-8, we suggest to convert site content to the UTF-8 encoding.
You can use site encoding converter script "convert_encoding.php" for that purpose. | |||||||||||