1

Topic: How upgrade roundcubemail?

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Centos 6.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? NO
- Related log if you're reporting an issue:
====
How upgrade roundcubemail to v1.1.2?

----

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

2

Re: How upgrade roundcubemail?

Easy: http://trac.roundcube.net/wiki/Howto_Up … ommandline

Summary for iRedMail:

*) Backup current Roundcube directory, SQL database (you have /var/vmail/backup/backup_mysql.sh).
*) Make sure Roundcube sql user has all privileges:

# mysql -uroot -p
sql> GRANT ALL ON roundcubemail.* to roundcube@localhost;
sql> FLUSH PRIVILEGES;

*) Make sure PHP allows to use function 'system' in php.ini (check 'disable_functions' setting).
*) Download new version of Roundcube, uncompress, run 'bin/installto.sh'.

3

Re: How upgrade roundcubemail?

ZhangHuangbin wrote:

Easy: http://trac.roundcube.net/wiki/Howto_Up … ommandline

Summary for iRedMail:

*) Backup current Roundcube directory, SQL database (you have /var/vmail/backup/backup_mysql.sh).
*) Make sure Roundcube sql user has all privileges:

# mysql -uroot -p
sql> GRANT ALL ON roundcubemail.* to roundcube@localhost;
sql> FLUSH PRIVILEGES;

*) Make sure PHP allows to use function 'system' in php.ini (check 'disable_functions' setting).
*) Download new version of Roundcube, uncompress, run 'bin/installto.sh'.

Whats this ver.?
http://www.iredmail.org/yum/misc/

4

Re: How upgrade roundcubemail?

What do you mean "what's this ver"?
We downloaded Roundcube from official site and provides it on iRedMail web site, this way iRedMail installer doesn't need to download tarballs from other sites. (e.g. cluebringer, roundcube, etc).

5

Re: How upgrade roundcubemail?

ZhangHuangbin wrote:

What do you mean "what's this ver"?
We downloaded Roundcube from official site and provides it on iRedMail web site, this way iRedMail installer doesn't need to download tarballs from other sites. (e.g. cluebringer, roundcube, etc).

THX I upgraded that

6

Re: How upgrade roundcubemail?

if you have any issue during upgrading Roundcube, please create a new forum topic.

[thread closed since you just ask HOW to upgrade, no issue at all.]