All customization of Instance made with Admin FE are lost (reverted to default): alternative frontend, attachement max size, custom logo, etc.
Solution
Exec migrate_to_db only at install and not at upgrade. Note: this partialy revert #224
PR Status
[x] Code finished and ready to be reviewed/tested
[ ] The fix/enhancement were manually tested (if applicable)
Automatic tests
Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)
Executing this at every upgrade erase all custom config of Pleroma made with Admin FE
Problem
Solution
migrate_to_db
only at install and not at upgrade. Note: this partialy revert #224PR Status
Automatic tests
Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)