diff --git a/en_US/upgrade/0-upgrade.iredmail.1.4.1-1.4.2.md b/en_US/upgrade/0-upgrade.iredmail.1.4.1-1.4.2.md index 638d5023..23042e62 100644 --- a/en_US/upgrade/0-upgrade.iredmail.1.4.1-1.4.2.md +++ b/en_US/upgrade/0-upgrade.iredmail.1.4.1-1.4.2.md @@ -104,17 +104,6 @@ mysql vmail < /tmp/iredmail.mysql rm -f /tmp/iredmail.mysql ``` -### SOGo: Re-create SQL VIEW and update config file - -Download plain SQL file used to update SQL table, then import it as -MySQL root user (Please run commands below as `root` user): - -``` -wget -O /tmp/sogo.mysql https://github.com/iredmail/iRedMail/raw/1.4.2/update/1.4.2/sogo.mysql -mysql sogo < /tmp/sogo.mysql -rm -f /tmp/sogo.mysql -``` - ## For PostgreSQL backend ### Fix incorrect SQL column types and remove unused columns in `vmail.mailbox` tables diff --git a/html/upgrade.iredmail.1.4.1-1.4.2.html b/html/upgrade.iredmail.1.4.1-1.4.2.html index 32f2a74c..9a711535 100644 --- a/html/upgrade.iredmail.1.4.1-1.4.2.html +++ b/html/upgrade.iredmail.1.4.1-1.4.2.html @@ -30,12 +30,11 @@
  • For MySQL and MariaDB backends
  • For PostgreSQL backend
  • @@ -137,14 +136,6 @@ mysql vmail < /tmp/iredmail.mysql rm -f /tmp/iredmail.mysql -

    SOGo: Re-create SQL VIEW and update config file

    -

    Download plain SQL file used to update SQL table, then import it as -MySQL root user (Please run commands below as root user):

    -
    wget -O /tmp/sogo.mysql https://github.com/iredmail/iRedMail/raw/1.4.2/update/1.4.2/sogo.mysql
    -mysql sogo < /tmp/sogo.mysql
    -rm -f /tmp/sogo.mysql
    -
    -

    For PostgreSQL backend

    Fix incorrect SQL column types and remove unused columns in vmail.mailbox tables

    iRedMail-1.4.1 introduced 3 new columns used to enable or disable per-user @@ -185,7 +176,7 @@ psql -d vmail < /tmp/iredmail.pgsql

    rm -f /tmp/iredmail.pgsql
     
    -

    SOGo: Re-create SQL VIEW and update config file

    +

    SOGo: Re-create SQL VIEW and update config file

    Download plain SQL file used to update SQL table:

    wget -O /tmp/sogo.pgsql https://github.com/iredmail/iRedMail/raw/1.4.2/update/1.4.2/sogo.pgsql
     chmod +r /tmp/sogo.pgsql