Upgrade/iRedAdmin-Pro/LDAP/1.1.x-1.2.0
From iRedMail
(Difference between revisions)
(→Alter MySQL Database) |
(→Update iRedMail to 0.6.0) |
||
| Line 8: | Line 8: | ||
= Update iRedMail to 0.6.0 = | = Update iRedMail to 0.6.0 = | ||
| - | + | iRedAdmin-Pro-1.2.0 needs below features which implemented in iRedMail-0.6.0: | |
| + | * [http://www.iredmail.org/forum/topic839-whats-new-in-iredadminpro-catchall-address-management.html Catch-all account support] | ||
| + | |||
| + | iRedAdmin-Pro-1.2.0 needs below features which implemented in iRedAPD-1.3.0: | ||
| + | * [http://www.iredmail.org/forum/topic852-whats-new-in-iredadminpro-bypass-or-block-certain-domainsusers.html Bypass or block certain domains/users] | ||
| + | |||
| + | So we recommend you to update your exist iRedMail installation to 0.6.0: | ||
* [[Upgrade/iRedMail/0.5.1-0.6.0|Upgrade iRedMail from 0.5.1 to 0.6.0]] | * [[Upgrade/iRedMail/0.5.1-0.6.0|Upgrade iRedMail from 0.5.1 to 0.6.0]] | ||
Revision as of 04:53, 24 May 2010
Contents |
iRedAdmin-Pro-1.2.0 is NOT RELEASED YET, DON'T APPLY THIS.
TODO
- Add 'enabledService: internal'
Update iRedMail to 0.6.0
iRedAdmin-Pro-1.2.0 needs below features which implemented in iRedMail-0.6.0:
iRedAdmin-Pro-1.2.0 needs below features which implemented in iRedAPD-1.3.0:
So we recommend you to update your exist iRedMail installation to 0.6.0:
Alter MySQL Database
- Update SQL database to add new table: iredadmin.updatelog. This table is used to store iRedAdmin-Pro update log, so that you don't want to check new version every time you log in as domain global admin.
| Terminal: |
$ mysql -uroot -p iredadmin mysql> SOURCE /path/to/iredadmin-pro-1.2.0/docs/upgrade_v1.1.x_v1.2.0/upgrade_110_120.sql; |
Uncompress new version
Uncompress iRedAdmin-Pro-1.2.0.tar.bz2, copy it to correct directory, and create a symbol link:
- For RHEL/CentOS user:
| Terminal: |
# tar xjf iRedAdmin-Pro-1.2.0.tar.bz2 # cp -rf iRedAdmin-Pro-1.2.0 /var/www/ # cd /var/www/ # rm iredadmin # This is old symbol link. # ln -s iRedAdmin-Pro-1.2.0 iredadmin |
- For Debian/Ubuntu user:
| Terminal: |
# tar xjf iRedAdmin-Pro-1.2.0.tar.bz2 # cp -rf iRedAdmin-Pro-1.2.0 /usr/share/apache2/ # cd /usr/share/apache2/ # rm iredadmin # This is old symbol link. # ln -s iRedAdmin-Pro-1.2.0 iredadmin |
