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.
- Clone all Mautic content wie cp
- Dump database content and import it into e new database
- Edit the basic configuration (path, DB access) according to the new installation
- Clear cache
- Edit the rest of the configuration if needed (e.g. ESP)
That’s how I create test systems. Works like a charm.