24 Jun
2022
24 Jun
'22
8:22 p.m.
Hi Mark,
On Thu, Jun 23, 2022 at 09:43:10PM -0700, Mark Sapiro wrote:
On 6/23/22 17:38, Andy Smith wrote:
is it safe to just exclude every table starting with "hyperkitty_" from the database backup of mailman3web? Dumping only the schema for these, I mean, so that an import would restore empty tables.
That should be safe. The hyperkitty_import job should populate the tables as necessary. You will lose things like favorites, last views, tags and votes, but that may not be important.
Thanks.
In case it's useful for anyone, here is a script I came up with for this:
https://gist.github.com/grifferz/6c6033c3067db5883c6413f653705691#file-mailman3-mysqldump-bash=
Cheers, Andy