2018-08-04 09:30:37 +00:00
|
|
|
## Migration from Mailtrain v1 to Mailtrain v2
|
|
|
|
|
2018-09-23 19:36:59 +00:00
|
|
|
The migration should happen almost automatically. There are however the following caveats:
|
2018-08-04 09:30:37 +00:00
|
|
|
|
|
|
|
1. Structure of config files (under `config`) has changed at many places. Revisit the default config (`config/default.toml`)
|
|
|
|
and update your configs accordingly.
|
|
|
|
|
2018-11-04 10:19:34 +00:00
|
|
|
2. Images uploaded in a template editor (Mosaico, Grapesjs, etc.) need to be manually moved to a new destination (under `client`).
|
2018-09-18 08:30:13 +00:00
|
|
|
For Mosaico, this means to move folders named by a number from `public/mosaico` to `client/static/mosaico`.
|
2018-08-04 09:30:37 +00:00
|
|
|
|
2018-09-18 08:30:13 +00:00
|
|
|
3. Directory for custom Mosaico templates has changed from `public/mosaico/templates` to `client/static/mosaico/templates`.
|
2018-08-04 09:30:37 +00:00
|
|
|
|
2018-09-23 19:36:59 +00:00
|
|
|
4. Imports are not migrated. If you have any pending imports, complete them before migration to v2.
|
|
|
|
|
|
|
|
5. Zone MTA configuration endpoint (webhooks/zone-mta/sender-config) has changed. The send-configuration CID has to be
|
2018-09-23 20:28:58 +00:00
|
|
|
part of the URL - e.g. webhooks/zone-mta/sender-config/system.
|