Yes, everything is from the virtual environment and there were no errors reported anywhere during the process.
<venv> $ ls -l /opt/mailman/var/etc total 4 -rw-rw---- 1 mailman mailman 501 Oct 19 11:07 mailman.cfg The sqlite line bothered me from the beginning. Shouldn't it be mysql? <venv> $ ls -l /opt/mailman/var/data total 300 -rw-rw---- 1 mailman mailman 274432 Nov 1 14:40 mailman.db -rw-rw---- 1 mailman mailman 343 Nov 1 14:39 postfix_domains -rw-r----- 1 mailman mailman 12288 Nov 1 14:39 postfix_domains.db -rw-rw---- 1 mailman mailman 1003 Nov 1 14:39 postfix_lmtp -rw-r----- 1 mailman mailman 12288 Nov 1 14:39 postfix_lmtp.db I did this import command: <venv> $ mailman import21 [email protected] /tmp/config.pck This was the hyperkitty command: <venv> $ mailman-web hyperkitty_import -l [email protected] /tmp/lllllllllllll.mbox <venv> $ mailman-web diffsettings|grep DATABASES DATABASES = {'default': {'ENGINE': 'django.db.backends.mysql', 'NAME': 'mailmanweb', 'USER': 'mailma n', 'PASSWORD': 'ppppppppp', 'HOST': 'localhost', 'PORT': '3306', 'OPTIONS': {'charset': 'utf8mb4'}, 'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'CONN_HEALTH_CHECKS': False, 'TIME_ ZONE': None, 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIGRATE': True, 'MIRROR': None, 'NAME': N one}}} _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/FRQRAW2Z6OAHSUIT3VDGSUWNHKV7QQR7/ This message sent to [email protected]
