Upgrade/iRedAdmin-Pro/LDAP/1.7.2-1.8.0
From iRedMail
(Difference between revisions)
(Created page with '__TOC__ * [http://www.iredmail.org/forum/topic3919-news-announcements-bug-fixes-iredadminproldap180-has-been-released.html Release notes of iRedAdmin-Pro-LDAP-1.8.0] * You can uā¦') |
(āUpgrade steps) |
||
| Line 20: | Line 20: | ||
Here are steps used to upgrade iRedAdmin-Pro-LDAP from 1.7.2 to v1.8.0: | Here are steps used to upgrade iRedAdmin-Pro-LDAP from 1.7.2 to v1.8.0: | ||
| - | * Download iRedAdmin-Pro-LDAP-1.8.0 source tarball. | + | * Download iRedAdmin-Pro-LDAP-1.8.0 source tarball. All customers can get download link with below steps if you have iRedAdmin-Pro-LDAP-1.7.0 or later version installed: |
| + | ** Login to iRedAdmin-Pro as global admin | ||
| + | ** Click "License" on the top-right corner, it will show you basic license info and a "Download" button if new version is available for upgrading. | ||
| + | |||
* Copy or upload iRedAdmin-Pro-LDAP-1.8.0 to your server which has iRedAdmin-Pro-LDAP-'''1.7.2''' running. We assume you copy it to '''/root/iRedAdmin-Pro-LDAP-1.8.0.tar.bz2'''. | * Copy or upload iRedAdmin-Pro-LDAP-1.8.0 to your server which has iRedAdmin-Pro-LDAP-'''1.7.2''' running. We assume you copy it to '''/root/iRedAdmin-Pro-LDAP-1.8.0.tar.bz2'''. | ||
| - | * | + | * Extract v1.8.0 source tarball, copy config file from old version '''v1.7.2''' directly, set correct file owner and permission, restart Apache web server. |
== For Red Hat Enterprise Linux, CentOS, Scientific Linux == | == For Red Hat Enterprise Linux, CentOS, Scientific Linux == | ||
| Line 78: | Line 81: | ||
# chmod 0400 iRedAdmin-Pro-LDAP-1.8.0/settings.ini | # chmod 0400 iRedAdmin-Pro-LDAP-1.8.0/settings.ini | ||
# /usr/local/etc/rc.d/apache22 restart | # /usr/local/etc/rc.d/apache22 restart | ||
| + | </pre>}} | ||
| + | |||
| + | == For OpenBSD == | ||
| + | {{cmd|<pre> | ||
| + | # tar xjf /root/iRedAdmin-Pro-LDAP-1.8.0.tar.bz2 -C /var/www/ | ||
| + | # cd /var/www/ | ||
| + | # cp iRedAdmin-Pro-LDAP-1.7.2/settings.ini iRedAdmin-Pro-LDAP-1.8.0/ | ||
| + | # rm -i iredadmin # <- This is a symbol link. | ||
| + | # ln -s iRedAdmin-Pro-LDAP-1.8.0 iredadmin # <- Create new symbol link. | ||
| + | # chown -R iredadmin:iredadmin iRedAdmin-Pro-LDAP-1.8.0/ | ||
| + | # chmod -R 0555 iRedAdmin-Pro-LDAP-1.8.0/ | ||
| + | # chmod 0400 iRedAdmin-Pro-LDAP-1.8.0/settings.ini | ||
| + | # /etc/rc.d/httpd restart | ||
</pre>}} | </pre>}} | ||
Revision as of 02:27, 21 September 2012
Contents |
- Release notes of iRedAdmin-Pro-LDAP-1.8.0
- You can upgrade iRedAdmin-Pro-LDAP-1.4.0 or later versions to 1.8.0 with this tutorial. In this tutorial, we use '1.7.2' as old version for example.
- You can upgrade iRedAdmin-Pro-LDAP-1.3.0 to 1.8.0 directly with tutorial: Upgrade iRedAdmin-Pro-LDAP-1.3.0 to 1.4.0
- Any questions please post in our forum: http://www.iredmail.org/forum/forum6.html
Summary
All you need to upgrade from v1.8.0 are:
- Extract v1.8.0 source tarball.
- Copy config file from v1.7.2.
- Set correct file owner and permission.
- Restart Apache.
That's all.
Upgrade steps
Here are steps used to upgrade iRedAdmin-Pro-LDAP from 1.7.2 to v1.8.0:
- Download iRedAdmin-Pro-LDAP-1.8.0 source tarball. All customers can get download link with below steps if you have iRedAdmin-Pro-LDAP-1.7.0 or later version installed:
- Login to iRedAdmin-Pro as global admin
- Click "License" on the top-right corner, it will show you basic license info and a "Download" button if new version is available for upgrading.
- Copy or upload iRedAdmin-Pro-LDAP-1.8.0 to your server which has iRedAdmin-Pro-LDAP-1.7.2 running. We assume you copy it to /root/iRedAdmin-Pro-LDAP-1.8.0.tar.bz2.
- Extract v1.8.0 source tarball, copy config file from old version v1.7.2 directly, set correct file owner and permission, restart Apache web server.
For Red Hat Enterprise Linux, CentOS, Scientific Linux
| Terminal: |
# tar xjf /root/iRedAdmin-Pro-LDAP-1.8.0.tar.bz2 -C /var/www/ # cd /var/www/ # cp iRedAdmin-Pro-LDAP-1.7.2/settings.ini iRedAdmin-Pro-LDAP-1.8.0/ # rm -i iredadmin # <- This is a symbol link. # ln -s iRedAdmin-Pro-LDAP-1.8.0 iredadmin # <- Create new symbol link. # chown -R iredadmin:iredadmin iRedAdmin-Pro-LDAP-1.8.0/ # chmod -R 0555 iRedAdmin-Pro-LDAP-1.8.0/ # chmod 0400 iRedAdmin-Pro-LDAP-1.8.0/settings.ini # /etc/init.d/httpd restart |
For Debian, Ubuntu
| Terminal: |
# tar xjf /root/iRedAdmin-Pro-LDAP-1.8.0.tar.bz2 -C /usr/share/apache2/ # cd /usr/share/apache2/ # cp iRedAdmin-Pro-LDAP-1.7.2/settings.ini iRedAdmin-Pro-LDAP-1.8.0/ # rm -i iredadmin # <- This is a symbol link. # ln -s iRedAdmin-Pro-LDAP-1.8.0 iredadmin # <- Create new symbol link. # chown -R iredadmin:iredadmin iRedAdmin-Pro-LDAP-1.8.0/ # chmod -R 0555 iRedAdmin-Pro-LDAP-1.8.0/ # chmod 0400 iRedAdmin-Pro-LDAP-1.8.0/settings.ini # /etc/init.d/apache2 restart |
For openSUSE
| Terminal: |
# tar xjf /root/iRedAdmin-Pro-LDAP-1.8.0.tar.bz2 -C /srv/www/ # cd /srv/www/ # cp iRedAdmin-Pro-LDAP-1.7.2/settings.ini iRedAdmin-Pro-LDAP-1.8.0/ # rm -i iredadmin # <- This is a symbol link. # ln -s iRedAdmin-Pro-LDAP-1.8.0 iredadmin # <- Create new symbol link. # chown -R iredadmin iRedAdmin-Pro-LDAP-1.8.0/ # chmod -R 0555 iRedAdmin-Pro-LDAP-1.8.0/ # chmod 0400 iRedAdmin-Pro-LDAP-1.8.0/settings.ini # /etc/init.d/apache2 restart |
For FreeBSD
| Terminal: |
# tar xjf /root/iRedAdmin-Pro-LDAP-1.8.0.tar.bz2 -C /usr/local/www/ # cd /usr/local/www/ # cp iRedAdmin-Pro-LDAP-1.7.2/settings.ini iRedAdmin-Pro-LDAP-1.8.0/ # rm -i iredadmin # <- This is a symbol link. # ln -s iRedAdmin-Pro-LDAP-1.8.0 iredadmin # <- Create new symbol link. # chown -R iredadmin iRedAdmin-Pro-LDAP-1.8.0/ # chmod -R 0555 iRedAdmin-Pro-LDAP-1.8.0/ # chmod 0400 iRedAdmin-Pro-LDAP-1.8.0/settings.ini # /usr/local/etc/rc.d/apache22 restart |
For OpenBSD
| Terminal: |
# tar xjf /root/iRedAdmin-Pro-LDAP-1.8.0.tar.bz2 -C /var/www/ # cd /var/www/ # cp iRedAdmin-Pro-LDAP-1.7.2/settings.ini iRedAdmin-Pro-LDAP-1.8.0/ # rm -i iredadmin # <- This is a symbol link. # ln -s iRedAdmin-Pro-LDAP-1.8.0 iredadmin # <- Create new symbol link. # chown -R iredadmin:iredadmin iRedAdmin-Pro-LDAP-1.8.0/ # chmod -R 0555 iRedAdmin-Pro-LDAP-1.8.0/ # chmod 0400 iRedAdmin-Pro-LDAP-1.8.0/settings.ini # /etc/rc.d/httpd restart |
That's all, you can now access iRedAdmin-Pro-LDAP-1.8.0 with your favorite web browser.
ChangeLog
- 2012-09-21: Initial release.
