Transfer website to server
Learn how to transfer the website with Veello products to another server.
Transfer the database
First, you must export a MySQL database from one server and import it on another using either phpMyAdmin or a tool like Adminer. In the export process, select the desired database, choose the export format, and save the SQL file locally. For importing, select the target database, choose the import method, select the exported SQL file, and initiate the import process.
Transfer the files
Then, you have to transfer all necessary files needed for Contao installation:
/config/
/files/
/templates/
.env
.env.local
composer.json
composer.lock
You also have to transfer a few extra files related to Veello Theme:
/assets/vee-icons/
/contao-manager/packages/veello_*.zip
(if you use Contao Manager)/var/veello-licenser.json
You can preview the exact locations in the image below:
Install the Contao
As the last step, you have to install the Contao. You probably already know how to do it at this point, but if you want to follow a guide, we recommend the official tutorial.
Hint
Consider checking our Launch checklist before launching your website.