Upgrade/iRedAdmin-Pro/LDAP/1.1.x-1.2.0
From iRedMail
(Difference between revisions)
(Created page with '__TOC__ iRedAdmin-Pro-1.2.0 is NOT RELEASED YET, DON'T APPLY THIS. = Alter MySQL Database =') |
(→Alter MySQL Database) |
||
| Line 2: | Line 2: | ||
iRedAdmin-Pro-1.2.0 is NOT RELEASED YET, DON'T APPLY THIS. | iRedAdmin-Pro-1.2.0 is NOT RELEASED YET, DON'T APPLY THIS. | ||
| + | |||
| + | = Update iRedMail to 0.6.0 = | ||
| + | |||
| + | Alought iRedAdmin-Pro works with iRedMail-0.5.1, it's still recommended 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]] | ||
= Alter MySQL Database = | = 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. | ||
| + | {{cmd|<pre> | ||
| + | $ 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; | ||
| + | </pre>}} | ||
Revision as of 14:45, 12 April 2010
Contents |
iRedAdmin-Pro-1.2.0 is NOT RELEASED YET, DON'T APPLY THIS.
Update iRedMail to 0.6.0
Alought iRedAdmin-Pro works with iRedMail-0.5.1, it's still recommended 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; |
