On Sun, Apr 12, 2020, at 7:23 AM, Gilles Filippini wrote:
Gilles Filippini a écrit le 10/04/2020 à 10:39 :
Hi,
I'd like to schedule periodic backup for our mailman3 instance. Are there recommended ways for doing this without down times?
I should have precised that our mailman3 instance is dockerized. Then, as I understand it, these backups should be sufficient:
- MailmanCore's volume (/opt/mailman/var folder)
/opt/mailman/core/var
- Database dump
Anything else?
No, that should be enough. Mailman-web is fairly stateless and stores everything except the settings and logs in the database. If you have settings version controlled then you don't need anything else. There is also fulltext_index, but that doesn't need to be backed up because it can be easy re-generated with a single django-admin command.
Mailman core's entire state is in the var/ directory above.
Thanks,
_g.
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)