# 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](/setup/installation/install-acymailing.md) or by [using the WordPress updates menu](/setup/installation/update-acymailing.md).
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](/setup/installation/install-acymailing.md) 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](/setup/configuration/license.md) 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acymailing.com/setup/move-acymailing-between-websites/move-between-two-wordpress-websites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
