On 2024-11-21 14:22:27 -0800 (-0800), Mark Sapiro wrote:
On 11/21/24 07:43, Jeremy Stanley wrote:
Preparing to test this, I poked around the schema a bit and noticed that the domain names are also embedded as strings in the following fields:
django_mailman3_maildomain.mail_domain django_site.domain django_site.name
These are all Django things. You can modify those values in the db.
Note that django_site.name is just a name and doesn't need to be the exact domain name.
domain.mail_host
This is Mailman core's domain table. Again, you can modify the value in the db.
Yeah, I was planning to address all of those with additional SQL update queries, just wanted to make sure I found all relevant references to the domain name.
Can anyone think of any additional tables/columns which would need updating for this? I'll see if scanning a dump of the full DB content turns up anything I might be missing too. Thanks again!
I don't think there's anything else.
Awesome, thanks again, as always!
Jeremy Stanley