1

Topic: cloud install

now i use debian 8 and iredmail, i want to upgrade system to debian 9 and upgrade iredmail via cloud install, can i do it without remove previous version of iredmail 0.9.6?

----

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

2

Re: cloud install

orlovnv wrote:

now i use debian 8 and iredmail, i want to upgrade system to debian 9 and upgrade iredmail via cloud install, can i do it without remove previous version of iredmail 0.9.6?

Currently the cloud platform doesn't support upgrading existing iRedMail server (deployed with the downloadable iRedMail installer).

Please follow our tutorials below instead:
https://docs.iredmail.org/iredmail.releases.html

3

Re: cloud install

suddenly i change dovecot.conf
perl -pi -e 's/^ssl_protocols/#${1}/g' dovecot.conf
perl -pi -e 's#(postmaster_address.*)##g' dovecot.conf
perl -pi -e 's#^(mail_plugins.*) stats(.*)#${1} old_stats${2}#g' dovecot.conf
perl -pi -e 's#imap_stats#imap_old_stats#g' dovecot.conf
perl -pi -e 's#service stats#service old-stats#g' dovecot.conf
perl -pi -e 's#fifo_listener stats-mail#fifo_listener old-stats-mail#g' dovecot.conf
perl -pi -e 's#stats_refresh#old_stats_refresh#g' dovecot.conf
perl -pi -e 's#stats_track_cmds#old_stats_track_cmds#g' dovecot.conf
how to roll back this changes?

ZhangHuangbin wrote:
orlovnv wrote:

now i use debian 8 and iredmail, i want to upgrade system to debian 9 and upgrade iredmail via cloud install, can i do it without remove previous version of iredmail 0.9.6?

Currently the cloud platform doesn't support upgrading existing iRedMail server (deployed with the downloadable iRedMail installer).

Please follow our tutorials below instead:
https://docs.iredmail.org/iredmail.releases.html

4

Re: cloud install

orlovnv wrote:

suddenly i change dovecot.conf

I suppose you have a backup copy?