1

Topic: Upgrade to 2.2.2

==== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: Ubuntu 12.04
- Related log if you're reporting an issue:
====

If you're running iRedMail-0.8.7 or earlier version, please login to SQL server as root user (for MySQL/MariaDB, it's root user, for PostgreSQL, it's postgres user) to alter SQL table iredadmin.log with below SQL command:
For OpenLDAP/MySQL/MariaDB backends:
sql> USE iredadmin;
sql> ALTER TABLE log MODIFY COLUMN ip VARCHAR(40) NOT NULL DEFAULT '';
sql> ALTER TABLE log MODIFY COLUMN event VARCHAR(20) NOT NULL DEFAULT '';

Stupidly I applied this change, but I did upgrade from 0.8.7 yesterday.  Should I have done? If not, do I need to reverse this change and to what?

Thanks,
Chris Roberts

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Upgrade to 2.2.2

It doesn't matter, no need to reverse it.

3

Re: Upgrade to 2.2.2

ZhangHuangbin wrote:

It doesn't matter, no need to reverse it.

Thanks!

Chris.