1

Topic: upgrade to Pro ver

Hello,

is it possible to install the free demo version just for to test it and than run an upgrade to the purchased ver ?
or is it only a license code to unlock the features ?

Thank You
Cheers

----

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 Pro ver

Upgrade iRedAdmin open source edition to Pro edition is pretty easy:
http://www.iredmail.org/wiki/index.php? … ro/OSE-Pro

3

Re: upgrade to Pro ver

I see... should not be difficult...

Thank You for reply
Cheers

4

Re: upgrade to Pro ver

now I tried to upgrade it but I got some problems, below is the commands I run:

# tar xjf /path/to/iRedAdmin-Pro-x.y.z.tar.bz2 -C /var/www/
# cd /var/www/
# rm -i /var/www/iredadmin                 # <- this is a symbol link
# ln -s iRedAdmin-Pro-0.1.4 iredadmin
# cp iRedAdmin-0.1.4/settings.ini iredadmin/       # <- Copy config file from open source edition.

BUT when I run the last command "cp iRedAdmin-0.1.4/settings.ini iredadmin/ " I got the error:

[root@mail www]# cp iRedAdmin-0.1.4/settings.ini iredadmin/
cp: cannot create regular file `iredadmin/': Is a directory
[root@mail www]#

5

Re: upgrade to Pro ver

OviVan wrote:

[root@mail www]# cp iRedAdmin-0.1.4/settings.ini iredadmin/
cp: cannot create regular file `iredadmin/': Is a directory

Try this:

# cp iRedAdmin-0.1.4/settings.ini iRedAdmin-Pro-x.y.z/

You're using CentOS?

6

Re: upgrade to Pro ver

yes it`s CentOS 5.6 64Bit....
will try it....

thank You

7

Re: upgrade to Pro ver

now it worked...

but about the line below (permissions)

# chown -R iredadmin:iredadmin iredadmin/              # <- Set correct file permission for iRedAdmin-Pro. Don't miss the slash (/).

shell it be as following in my case ?

chown -R iRedAdmin-Pro-MySQL-1.0:iRedAdmin-Pro-MySQL-1.0 iRedAdmin-Pro-MySQL-1.0/

8

Re: upgrade to Pro ver

it should be:

# chown -R iredadmin:iredadmin iRedAdmin-Pro-MySQL-1.0/

9 (edited by OviVan 2011-04-20 20:32:45)

Re: upgrade to Pro ver

ZhangHuangbin wrote:

it should be:

# chown -R iredadmin:iredadmin iRedAdmin-Pro-MySQL-1.0/

thank You it worked..

apache restarted...
but when I try to open the url for the iredadmin I received 404 not found..
please see the screen-shoot image...

I tried: https://server_ip/iRedAdmin-0.1.4
and https://server_ip/iRedAdmin-Pro-MySQL-1.0

10

Re: upgrade to Pro ver

It should be https://server_ip/iredadmin/

11

Re: upgrade to Pro ver

just tried:

Not Found

The requested URL /iredadmin/ was not found on this server.

but if you take a look on this link: http://www.iredmail.org/wiki/index.php? … ro/OSE-Pro
You will notice that we have removed the iredadmin folder by using the command below:

rm -i /var/www/iredadmin

12

Re: upgrade to Pro ver

And we create a new one with below command (it's just next step of "rm" command):

# ln -s iRedAdmin-Pro-x.y.z iredadmin

13

Re: upgrade to Pro ver

Now I did as described in the migrate steps and when I tried to open http://server_ip/isedadmin I received following

Forbidden

You don't have permission to access /iredadmin/ on this server.
Apache Server at SERVER_IP Port 443

14

Re: upgrade to Pro ver

ok for to make it more easier i will post all the commands I used, so just please try to correct them if they are wrong:

cd /var/www
tar xjf iRedAdmin-Pro-MySQL-1.0.tar.bz2
rm -i /var/www/iredadmin
ln -s iRedAdmin-Pro-0.1.4 iredadmin
cp iRedAdmin-0.1.4/settings.ini iRedAdmin-Pro-MySQL-1.0/
chown -R iredadmin:iredadmin iRedAdmin-Pro-MySQL-1.0/
chmod -R 0755 iRedAdmin-Pro-MySQL-1.0
chmod -R 0640 iRedAdmin-Pro-MySQL-1.0/settings.ini

Thank You

15

Re: upgrade to Pro ver

the problem could be following:
when I run the command: "ln -s iRedAdmin-Pro-0.1.4 iredadmin" the iredadmin folder is not created but instead of the folder there is a "local" file created which is named iredadmin, this is wrong ?

16

Re: upgrade to Pro ver

just forget, this is now fixed...

thank You for helping !!
cheers

17

Re: upgrade to Pro ver

OviVan wrote:

cd /var/www
tar xjf iRedAdmin-Pro-MySQL-1.0.tar.bz2
rm -i /var/www/iredadmin
ln -s iRedAdmin-Pro-0.1.4 iredadmin
cp iRedAdmin-0.1.4/settings.ini iRedAdmin-Pro-MySQL-1.0/
chown -R iredadmin:iredadmin iRedAdmin-Pro-MySQL-1.0/
chmod -R 0755 iRedAdmin-Pro-MySQL-1.0
chmod -R 0640 iRedAdmin-Pro-MySQL-1.0/settings.ini

Fixed.
http://www.iredmail.org/wiki/index.php? … ro/OSE-Pro

18

Re: upgrade to Pro ver

thank You it`s fixed now, I have successfully upgraded to purchased ver...