Hello, I’m going through importing archives from mm2 to mm3. One of the lists I’ve imported has messages going back to 11/2013. I was able to successfully import the lists settings using:
mailman import21 lists@domain.com<mailto:lists@domain.com> /path/to/list/config.pck
This successfully imported lists owners, moderators, subscribers, & settings. I then imported the messages with the following command:
python /path/to/manage.py hyperkitty_import -l list@domain.com<mailto:list@domain.com> /path/to/list.mbox —since 10/01/2013
I used that date because it is older than the first message sent to the list: 11/13/2013
And followed that up with the update index command:
python /path/to/manage.py update_index_one_list list@domain.com<mailto:list@domain.com>
This successfully imported all the messages from 11/13/2013 through 09/30/2018. Here is where I’m facing two issues:
- Messages from October 2018 were not imported
- The sidebar only shows the year 2018.
Fdasfds If I modify the URL to go to https://my.domain.org/hyperkitty/list/list@domain.com/2013/11 the archived emails show up fine. October 2018 shows two test messages I’ve sent but not any of the messages from October 2018 that should have been imported. Is there something additional that needs to be done to show the previous years and months in the sidebar?
Thanks, Enrique