- zip up all files/folders of the cms and download
- upload and unzip on the new server
- export database as .sql
- import database (see note)
- edit
config/database.phpand add new db credentials
- create new database
- right-click > tools > restore database > select .sql file
remember to npm install and git init, etc