Can i duplicate a mautic?

Hi again, i want to know if i can create a new mautic from a mautic already installed.



I have a mautic called mautic and i want to do a mautic2 with all the same things of the first mautic (forms, landing pages etc). Is it possible? Thanks you.

Hi again, i want to know if i can create a new mautic from a mautic already installed.

I have a mautic called mautic and i want to do a mautic2 with all the same things of the first mautic (forms, landing pages etc). Is it possible? Thanks you.

No problem if you have SSH access to your server.

  1. Clone all Mautic content wie cp
  2. Dump database content and import it into e new database
  3. Edit the basic configuration (path, DB access) according to the new installation
  4. Clear cache
  5. Edit the rest of the configuration if needed (e.g. ESP)

That’s how I create test systems. Works like a charm.