--- title: Migrating a Website to alwaysdata eleventyNavigation: key: Transferring a Website parent: Websites order: 7 --- This article explains how to move a site to alwaysdata. > [!TIP] > To ease your migration, you can also hire a service provider: the company [Déménageur de Site](https://www.demenageur-site.com), for example, is quite familiar with our platform and even offers a voucher code for migration to alwaysdata ([contact our support team](https://admin.alwaysdata.com/support/add)). ## Manual Transfer 1. Retrieve the files and the database from the current provider, - Copy the files to your alwaysdata account using [FTP](/en/docs/web-hosting/remote-access/ftp) or [SSH](/en/docs/web-hosting/remote-access/ssh), - create the database in **Databases** and import the database into it using a DBMS client or the `mysql`, `psql` commands (or others) depending on the DBMS used. 2. [Setup the site](/en/docs/web-hosting/sites/add-a-site) in **Web > Sites** with a preproduction address - e.g. the account address. - Modify the configuration files so that everything does point to alwaysdata and check the database. 3. Migrate the site addresses by modifying the DNS records for these subdomains and add the addresses in **Web > Sites**. - You may need to modify the configuration files again to avoid redirects to the preproduction address. - You can couple it using a [domain transfer](/en/docs/domains/transfer-a-domain). > [!TIP] > For the commands you can follow the [Move a site](/en/docs/web-hosting/sites/move-a-site) documentation instructions.