# Move between two WordPress websites

### Migrate between two standard WordPress websites

If you need to move your data between two WordPress websites, you can follow these steps:

1. **Update AcyMailing** to its latest version on the origin website, either by [manually installing it](https://docs.acymailing.com/setup/installation/install-acymailing) or by [using the WordPress updates menu](https://docs.acymailing.com/setup/installation/update-acymailing).
2. Open your origin database, and **export the tables** starting with `xxx_acym_`&#x20;
3. **Import these tables** to the new database, then **replace the table prefix** by the new database one
4. [Install AcyMailing](https://docs.acymailing.com/setup/installation/install-acymailing) on the new website
5. On the new website, replace the folder **wp-content/uploads/acymailing/** by the one of the origin website

If you own a paid version of AcyMailing, you'll also need to:

1. Click the "**Unlink my license**" button in the [License](https://docs.acymailing.com/setup/configuration/license) tab of the old website
2. **Attach the license** in the new website then **activate the "Automated tasks"** option

### Migrate to or from a WordPress multi-site network

The same steps as above apply, except when migrating from a multi-site to a classic WordPress. On step 3, only import the `xxx_acym_` tables of the sub-site you want to migrate.
