Upgrade/iRedAdmin-Pro/PGSQL/1.1-1.2.0
From iRedMail
(Difference between revisions)
ZhangHuangbin (Talk | contribs)
(Created page with '__TOC__ * [http://www.iredmail.org/forum/ Release notes of iRedAdmin-Pro-PGSQL-1.2.0] * You can upgrade iRedAdmin-Pro-PGSQL-1.0 or later versions to 1.2.0 directly by following …')
(Created page with '__TOC__ * [http://www.iredmail.org/forum/ Release notes of iRedAdmin-Pro-PGSQL-1.2.0] * You can upgrade iRedAdmin-Pro-PGSQL-1.0 or later versions to 1.2.0 directly by following …')
Current revision as of 06:16, 13 March 2013
Contents |
- Release notes of iRedAdmin-Pro-PGSQL-1.2.0
- You can upgrade iRedAdmin-Pro-PGSQL-1.0 or later versions to 1.2.0 directly by following this tutorial.
- Upgrade tutorials for older versions are available here: http://iredmail.org/wiki/index.php?title=Main_Page#Upgrade_Tutorials_2
- Any questions please post in our forum: http://www.iredmail.org/forum/forum6.html
Summary
This tutorial is used to upgrade iRedAdmin-Pro-PGSQL from 1.1.1 to 1.2.0.
All you need to upgrade from v1.1.1 to 1.2.0 are:
- Extract v1.2.0 source tarball.
- Copy config file from v1.2.0.
- Set correct file owner and permission.
- Restart Apache web server.
That's all.
Upgrade iRedAdmin-Pro-PGSQL from 1.1.1 to 1.2.0
Here are steps used to upgrade iRedAdmin-Pro-PGSQL from 1.1.1 to v1.2.0:
- Download iRedAdmin-Pro-PGSQL-1.2.0 source tarball. (You should already received an email with download link, if you didn't get one, please mail to "support@ iredmail.org" directly.)
- Copy or upload iRedAdmin-Pro-PGSQL-1.2.0 to your server which has iRedAdmin-Pro-PGSQL-1.1.1 running. We assume you copy it to /root/iRedAdmin-Pro-PGSQL-1.2.0.tar.bz2.
- Exact v1.2.0 source tarball, copy config file from old version v1.1.1 directly, and set correct file owner and permission, restart Apache web server.
For Red Hat Enterprise Linux, CentOS, Scientific Linux
| Terminal: |
# tar xjf /root/iRedAdmin-Pro-PGSQL-1.2.0.tar.bz2 -C /var/www/ # cd /var/www/ # cp iRedAdmin-Pro-PGSQL-1.1.1/settings.ini iRedAdmin-Pro-PGSQL-1.2.0/ # rm -i iredadmin # <- This is a symbol link. # ln -s iRedAdmin-Pro-PGSQL-1.2.0 iredadmin # <- Create new symbol link. # chown -R iredadmin iRedAdmin-Pro-PGSQL-1.2.0/ # chmod -R 0555 iRedAdmin-Pro-PGSQL-1.2.0/ # chmod 0400 iRedAdmin-Pro-PGSQL-1.2.0/settings.ini # /etc/init.d/httpd restart |
For Debian, Ubuntu
| Terminal: |
# tar xjf /root/iRedAdmin-Pro-PGSQL-1.2.0.tar.bz2 -C /usr/share/apache2/ # cd /usr/share/apache2/ # cp iRedAdmin-Pro-PGSQL-1.1.1/settings.ini iRedAdmin-Pro-PGSQL-1.2.0/ # rm -i iredadmin # <- This is a symbol link. # ln -s iRedAdmin-Pro-PGSQL-1.2.0 iredadmin # <- Create new symbol link. # chown -R iredadmin iRedAdmin-Pro-PGSQL-1.2.0/ # chmod -R 0555 iRedAdmin-Pro-PGSQL-1.2.0/ # chmod 0400 iRedAdmin-Pro-PGSQL-1.2.0/settings.ini # /etc/init.d/apache2 restart |
For OpenSuSE
| Terminal: |
# tar xjf /root/iRedAdmin-Pro-PGSQL-1.2.0.tar.bz2 -C /srv/www/ # cd /srv/www/ # cp iRedAdmin-Pro-PGSQL-1.1.1/settings.ini iRedAdmin-Pro-PGSQL-1.2.0/ # rm -i iredadmin # <- This is a symbol link. # ln -s iRedAdmin-Pro-PGSQL-1.2.0 iredadmin # <- Create new symbol link. # chown -R iredadmin iRedAdmin-Pro-PGSQL-1.2.0/ # chmod -R 0555 iRedAdmin-Pro-PGSQL-1.2.0/ # chmod 0400 iRedAdmin-Pro-PGSQL-1.2.0/settings.ini # /etc/init.d/apache2 restart |
For FreeBSD
| Terminal: |
# tar xjf /root/iRedAdmin-Pro-PGSQL-1.2.0.tar.bz2 -C /usr/local/www/ # cd /usr/local/www/ # cp iRedAdmin-Pro-PGSQL-1.1.1/settings.ini iRedAdmin-Pro-PGSQL-1.2.0/ # rm -i iredadmin # <- This is a symbol link. # ln -s iRedAdmin-Pro-PGSQL-1.2.0 iredadmin # <- Create new symbol link. # chown -R iredadmin iRedAdmin-Pro-PGSQL-1.2.0/ # chmod -R 0555 iRedAdmin-Pro-PGSQL-1.2.0/ # chmod 0400 iRedAdmin-Pro-PGSQL-1.2.0/settings.ini # /usr/local/etc/rc.d/apache22 restart |
For OpenBSD
| Terminal: |
# tar xjf /root/iRedAdmin-Pro-PGSQL-1.2.0.tar.bz2 -C /var/www/ # cd /var/www/ # cp iRedAdmin-Pro-PGSQL-1.1.1/settings.ini iRedAdmin-Pro-PGSQL-1.2.0/ # rm -i iredadmin # <- This is a symbol link. # ln -s iRedAdmin-Pro-PGSQL-1.2.0 iredadmin # <- Create new symbol link. # chown -R iredadmin iRedAdmin-Pro-PGSQL-1.2.0/ # chmod -R 0555 iRedAdmin-Pro-PGSQL-1.2.0/ # chmod 0400 iRedAdmin-Pro-PGSQL-1.2.0/settings.ini # /etc/rc.d/httpd restart |
That's all, you can now access iRedAdmin-Pro-PGSQL-1.2.0 with your favorite web browser: httpS://your_server/iredadmin/
ChangeLog
- 2013-03-13: Initial release.
