Export-Import data (forms, campaigns, contacts)

We are currently working on Mautic 3.3.4 and are considering migrating to 5.1

However, instead of migrating to the current 5.1, I would like to create a new installation, a new environment on the latest 5.1 and import data from the current system into it.

However, it turns out that I cannot export many of the items and data I have.
For example, I cannot export current forms and campaigns.
How can I move them from 3.3 to 5.1?
How to do it?

Only contacts? Search β€” Mautic Documentation 0.1 documentation.

1 Like

The best way is to follow the standard migration based on the documentation. If for some reason you don’t want to do that, you could theoretically try the following:

  • Install Mautic 4, replace the database from M3, then run doctrine:migrations:migrate and doctrine:schema:update -force
  • Next, install Mautic 5 and do the same for M5

However, you will need some level of skill for this method.