Vconvert Backend: Difference between revisions
Jump to navigation
Jump to search
(Created page with "1) Migration to new host a) On destination host Install QMT/CentOS 7, instructions here. toaststat (make sure all services are running) b) On source [cdb] host dhost=192.168.1.3 (change destination [mysql] host to suit) ssh-keygen ssh-copy-id $dhost ssh $dhost (test, no password should be required) # The first rsync migrates the bulk of the email database with vpasswd files except those queued during sync rsync --progress -zv -are ssh /home/vpopmail/domains/ root@$dho...") |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Migrate|Back]] | |||
'''Migrate''' | |||
[[EL7_to_EL_8_or_9|Instructions]] | |||
c) On destination host | |||
# Convert vpasswd files to mysql vpopmail db, aliases must be handled manually | |||
toaststat | /home/vpopmail/bin/vconvert -c -m | ||
qmailctl cdb && qmailctl start && sleep 2s && systemctl start dovecot && toaststat | |||
2) In place conversion* | |||
# | # qmailctl stop && systemctl stop dovecot | ||
# yum install -y yum-utils | |||
# yum-config-manager --enable qmt-current | |||
# yum reinstall qmail qmailadmin dovecot* ezmlm* vpopmail vqadmin | |||
# /home/vpopmail/bin/vconvert -c -m | |||
# qmailctl start && sleep 2s && systemctl start dovecot && toaststat | |||
* Aliases must be done manually. | |||
Will convert to many domain format if | |||
vpopamil was compiled with this option | |||
Questions, comments, suggestions, corrections...contact Eric on the QMT list | |||
Questions, comments, suggestions, corrections...contact Eric on the QMT list |
Latest revision as of 08:21, 2 April 2024
Migrate Instructions
c) On destination host # Convert vpasswd files to mysql vpopmail db, aliases must be handled manually /home/vpopmail/bin/vconvert -c -m qmailctl cdb && qmailctl start && sleep 2s && systemctl start dovecot && toaststat
2) In place conversion*
# qmailctl stop && systemctl stop dovecot # yum install -y yum-utils # yum-config-manager --enable qmt-current # yum reinstall qmail qmailadmin dovecot* ezmlm* vpopmail vqadmin # /home/vpopmail/bin/vconvert -c -m # qmailctl start && sleep 2s && systemctl start dovecot && toaststat * Aliases must be done manually. Will convert to many domain format if vpopamil was compiled with this option
Questions, comments, suggestions, corrections...contact Eric on the QMT list