... | @@ -151,7 +151,7 @@ Run as daemons the django server by adding the following services: |
... | @@ -151,7 +151,7 @@ Run as daemons the django server by adding the following services: |
|
|
|
|
|
[Sample qcluster unit service](https://wiki.list.org/DOC/Mailman%203%20installation%20experience?action=AttachFile&do=view&target=systemd_qcluster.txt)
|
|
[Sample qcluster unit service](https://wiki.list.org/DOC/Mailman%203%20installation%20experience?action=AttachFile&do=view&target=systemd_qcluster.txt)
|
|
|
|
|
|
After reload the services and check their status
|
|
Then we reload the services and check their status
|
|
```
|
|
```
|
|
# systemctl daemon-reload
|
|
# systemctl daemon-reload
|
|
# systemctl status mailman3
|
|
# systemctl status mailman3
|
... | @@ -190,15 +190,15 @@ See more details: |
... | @@ -190,15 +190,15 @@ See more details: |
|
|
|
|
|
https://djangodeployment.readthedocs.io/en/latest/04-web-server.html?highlight=apache2#configuring-apache-for-django
|
|
https://djangodeployment.readthedocs.io/en/latest/04-web-server.html?highlight=apache2#configuring-apache-for-django
|
|
|
|
|
|
|
|
|
|
## Copy existing list from old mailman server to mailman3
|
|
## Copy existing list from old mailman server to mailman3
|
|
|
|
|
|
Create ssh keys for server where old lists reside and copy public key to current mailman3 server.
|
|
Create ssh keys for server where old lists reside and copy public key to current mailman3 server.
|
|
A howto [here](https://www.simplified.guide/ssh/copy-public-key).
|
|
A howto [here](https://www.simplified.guide/ssh/copy-public-key).
|
|
We can use rsync from the old mailman server to copy files in a tmp directory. E.g
|
|
We can use rsync from the old mailman server to copy files in a tmp directory. E.g
|
|
|
|
```
|
|
rsync -avz ssh /var/lib/mailman/lists mailman@<new-server>:~/tmp/
|
|
rsync -avz ssh /var/lib/mailman/lists mailman@<new-server>:~/tmp/
|
|
rsync -avz ssh /var/lib/mailman/archives mailman@<new-server>:~/tmp
|
|
rsync -avz ssh /var/lib/mailman/archives mailman@<new-server>:~/tmp
|
|
|
|
```
|
|
Ref:
|
|
Ref:
|
|
https://docs.rc.fas.harvard.edu/kb/rsync/
|
|
https://docs.rc.fas.harvard.edu/kb/rsync/
|
|
|
|
|
... | | ... | |