diff --git a/en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md b/en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md index 422e2f57..54d35d56 100644 --- a/en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md +++ b/en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md @@ -373,6 +373,12 @@ CREATE TABLE IF NOT EXISTS forwardings ( Please download script used to migrate mail accounts, and run it directly: +!!! attention + + If you're running Python 3, please download this file instead: + `https://github.com/iredmail/iRedMail/raw/master/tools/migrate_sql_alias_table.py`, + and run it with command `python3 migrate_sql_alias_table.py`. + ``` cd /root/ wget https://github.com/iredmail/iRedMail/raw/1.0/tools/migrate_sql_alias_table.py diff --git a/html/upgrade.iredmail.0.9.6-0.9.7.html b/html/upgrade.iredmail.0.9.6-0.9.7.html index fbcf3b1f..6f662513 100644 --- a/html/upgrade.iredmail.0.9.6-0.9.7.html +++ b/html/upgrade.iredmail.0.9.6-0.9.7.html @@ -392,6 +392,12 @@ CREATE TABLE IF NOT EXISTS forwardings (

Migrate mail accounts

Please download script used to migrate mail accounts, and run it directly:

+
+

Attention

+

If you're running Python 3, please download this file instead: +https://github.com/iredmail/iRedMail/raw/master/tools/migrate_sql_alias_table.py, +and run it with command python3 migrate_sql_alias_table.py.

+
cd /root/
 wget https://github.com/iredmail/iRedMail/raw/1.0/tools/migrate_sql_alias_table.py
 python migrate_sql_alias_table.py