1 (edited by noob 2015-04-22 15:18:20)

Topic: Install older version(0.8.7) to simulate upgrading

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Web server (Apache or Nginx):
- Linux/BSD distribution name and version: Ubuntu 14.04
- Related log if you're reporting an issue:
====

I want to install 0.8.7 version and of course it does not work, what is the variables from iredmail.sh I must modify to make it work.

P.S. what could go wrong?

----

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

2

Re: Install older version(0.8.7) to simulate upgrading

You can't force the latest installer to install an older version. The installer only has all the data for the latest version. You'd need an older installer. Which is available here: https://bitbucket.org/zhb/iredmail/downloads/

3

Re: Install older version(0.8.7) to simulate upgrading

7t3chguy wrote:

You can't force the latest installer to install an older version. The installer only has all the data for the latest version. You'd need an older installer. Which is available here: https://bitbucket.org/zhb/iredmail/downloads/

I forgot to specify, I use the older installer(0.8.7).

4

Re: Install older version(0.8.7) to simulate upgrading

Define it doesn't work

5

Re: Install older version(0.8.7) to simulate upgrading

after bash iRedMail.sh

< INFO > Checking new version of iRedMail ...
< ERROR > Your iRedMail version (0.8.7) is out of date, please
< ERROR > download the latest version and try again:
< ERROR > http://www.iredmail.org/download.html

6

Re: Install older version(0.8.7) to simulate upgrading

Ah, maybe just manually remove that check from the script?

7

Re: Install older version(0.8.7) to simulate upgrading

Add one line in iRedMail-0.8.7/.status:

export status_check_new_iredmail="DONE"

That's it.