ZhangHuangbin wrote:Better upgrade iRedMail from 0.9.7 to 0.9.8 (at least the SQL structure), then you can simply dump sql db on old server and import on new server.
change this two , i can migrate ?
---------------------------------------------------------------------------------------------
SQL structure changes in vmail database
We've made some changes to vmail database:
Drop sql column mailbox.local_part. This column was inherited from PostfixAdmin, but iRedMail didn't use it at all.
Rename table alias_moderators to moderators. Used to store moderators of both mail alias accounts and mailing lists.
Add new column domain.maillists. Used to store per-domain limit of mailing list accounts. Note: this is majorly used by iRedAdmin-Pro.
Add new column forwardings.is_maillist.
Add new column mailbox.enableimaptls. Required by Dovecot-2.3.
Add new table maillists, used by our new mailing list manager software - mlmmj.
-------------------------------------------------------------------------------------------
AND
--------------------------------------------------------------------------------------------
SQL structure changes in vmail database
We've made some changes to vmail database:
Drop sql column mailbox.local_part. This column was inherited from PostfixAdmin, but iRedMail didn't use it at all.
Rename table alias_moderators to moderators. Used to store moderators of both mail alias accounts and mailing lists.
Add new column domain.maillists. Used to store per-domain limit of mailing list accounts. Note: this is majorly used by iRedAdmin-Pro.
Add new column forwardings.is_maillist.
Add new column mailbox.enableimaptls. Required by Dovecot-2.3.
Add new table maillists, used by our new mailing list manager software - mlmmj.
Thx