AnqiCMS Multi-Site Default (Go Project) Migration Tutorial
Default (Go project) site migration
- Log in to the Anqi CMS backend, find it in Function ManagementBackup and RecoveryFeature, and add a backup record. This is to back up the data in the database to a file.
- Go back to the Baota panel, findwebsitevalue":", switch toGO projectFind the site to be migrated, click the corresponding root directory, navigate to the parent directory through the file management page that is opened, find the site directory in the corresponding directory, and click the compress button on the right to compress the site into a compressed file.
- Download the corresponding compressed file to your local machine, then upload it to the Baota panel under the new server.
/www/wwwroot
Navigate to the directory and complete the extraction.
Migrate it to the default (Go project) site
- First, modify the config. under the newly extracted directory, modify
server
The port, if other security CMS has been installed on the new server, then the port here needs to be different from the others, and it should be directly deleted.mysql
Configuration information. - Next, come to the panel of the pagoda, find outwebsitevalue":", switch toGO projectThen, as per the installation tutorial of Anqi CMS, select to add a GO project, and complete the installation.
- After installation, log in to the Anqi CMS backend, find it in the Function Management.Backup and RecoverySelect the restore the last backup record, and the website migration is completed.
Migrated to other (PHP) sites
- Can remove all except
cache
/data
/public
/template
Other directories and files outside the directory. Of course, you can also choose not to delete. - Next, come to the panel of the pagoda, find outwebsitevalue":", switch toPHP projectsThen, follow the method of adding multiple sites in AnQi CMS to add a site, and complete the installation of the new site.
- After installation, log in to the Anqi CMS backend, find it in the Function Management.Backup and RecoverySelect the restore the last backup record, and the website migration is completed.
Tutorial for migrating other (PHP project) sites in AnQi CMS multiple sites
Other (PHP projects) site migration
- Log in to the Anqi CMS backend, find it in Function ManagementBackup and RecoveryFeature, and add a backup record. This is to back up the data in the database to a file.
- Go back to the Baota panel, findwebsitevalue":", switch toPHP projectsFind the site to be migrated, click backup, and then click Backup Site in the pop-up window to backup the entire site directory.
- Download the corresponding compressed file to your local machine, then upload it to the Baota panel under the new server.
/www/wwwroot
Navigate to the directory and complete the extraction.
Migrate it to the default (Go project) site
- Firstly, on the new server, follow the normal CMS installation tutorial, download an installation package from the CMS official website, upload it to the new server, unzip it, and findwebsitevalue":", switch toGO projectSelect Add GO project and complete the installation.
- Unzip the backup files and copy them to the newly installed Anq CMS site. All files except config. can be directly overwritten.
- After copying, log in to the Anqi CMS backend, and find it in the Function Management sectionBackup and RecoverySelect the restore the last backup record, and the website migration is completed.
Migrated to other (PHP) sites
- Next, come to the panel of the pagoda, find outwebsitevalue":", switch toPHP projectsThen, follow the method of adding multiple sites in AnQi CMS to add a site, and complete the installation of the new site.
- After installation, log in to the Anqi CMS backend, find it in the Function Management.Backup and RecoverySelect the restore the last backup record, and the website migration is completed.