<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://iredmail.org/wiki/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Upgrade/iRedAdmin-Pro/LDAP/1.6.3-1.7.0 - Revision history</title>
		<link>http://iredmail.org/wiki/index.php?title=Upgrade/iRedAdmin-Pro/LDAP/1.6.3-1.7.0&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.5</generator>
		<lastBuildDate>Sun, 19 May 2013 17:23:05 GMT</lastBuildDate>
		<item>
			<title>ZhangHuangbin:&amp;#32;Created page with '__TOC__  * Release notes of iRedAdmin-Pro-LDAP-1.7.0 * Upgrade tutorials: ** You can upgrade iRedAdmin-Pro-LDAP-1.4.0 or later version…'</title>
			<link>http://iredmail.org/wiki/index.php?title=Upgrade/iRedAdmin-Pro/LDAP/1.6.3-1.7.0&amp;diff=2055&amp;oldid=prev</link>
			<description>&lt;p&gt;Created page with &amp;#39;__TOC__  * &lt;a href=&quot;/wiki/index.php?title=Release.Notes/iRedAdmin-Pro/LDAP/1.7.0&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Release.Notes/iRedAdmin-Pro/LDAP/1.7.0 (page does not exist)&quot;&gt;Release notes of iRedAdmin-Pro-LDAP-1.7.0&lt;/a&gt; * Upgrade tutorials: ** You can upgrade iRedAdmin-Pro-LDAP-1.4.0 or later version…&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
* [[Release.Notes/iRedAdmin-Pro/LDAP/1.7.0 |Release notes of iRedAdmin-Pro-LDAP-1.7.0]]&lt;br /&gt;
* Upgrade tutorials:&lt;br /&gt;
** You can upgrade iRedAdmin-Pro-LDAP-1.4.0 or later versions to 1.7.0 with this tutorial. In this tutorial, we use '1.6.3' as old version for example.&lt;br /&gt;
** You can upgrade iRedAdmin-Pro-LDAP-1.3.0 to 1.7.0 directly with tutorial: [[Upgrade/iRedAdmin-Pro/LDAP/1.3.0-1.4.0 |Upgrade iRedAdmin-Pro-LDAP-1.3.0 to 1.4.0]]&lt;br /&gt;
* Any questions please post in our forum: http://www.iredmail.org/forum/forum6.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Summary =&lt;br /&gt;
All you need to upgrade from v1.7.0 are:&lt;br /&gt;
&lt;br /&gt;
* Extract v1.7.0 source tarball.&lt;br /&gt;
* Copy config file from '''v1.6.3'''.&lt;br /&gt;
* Set correct file owner and permission.&lt;br /&gt;
* Restart Apache.&lt;br /&gt;
&lt;br /&gt;
That's all.&lt;br /&gt;
&lt;br /&gt;
= Upgrade steps =&lt;br /&gt;
Here are steps used to upgrade iRedAdmin-Pro-LDAP from 1.6.3 to v1.7.0:&lt;br /&gt;
&lt;br /&gt;
* Download iRedAdmin-Pro-LDAP-1.7.0 source tarball. (You should already received an email with download link, if you didn't get one, please mail to &amp;quot;support@ iredmail.org&amp;quot; directly.)&lt;br /&gt;
* Copy or upload iRedAdmin-Pro-LDAP-1.7.0 to your server which has iRedAdmin-Pro-LDAP-'''1.6.3''' running. We assume you copy it to '''/root/iRedAdmin-Pro-LDAP-1.7.0.tar.bz2'''.&lt;br /&gt;
&lt;br /&gt;
* Exact v1.7.0 source tarball, copy config file from old version '''v1.6.3''' directly, set correct file owner and permission, restart Apache web server.&lt;br /&gt;
&lt;br /&gt;
== For Red Hat Enterprise Linux, CentOS, Scientific Linux ==&lt;br /&gt;
{{cmd|&amp;lt;pre&amp;gt;&lt;br /&gt;
# tar xjf /root/iRedAdmin-Pro-LDAP-1.7.0.tar.bz2 -C /var/www/&lt;br /&gt;
# cd /var/www/&lt;br /&gt;
# cp iRedAdmin-Pro-LDAP-1.6.3/settings.ini iRedAdmin-Pro-LDAP-1.7.0/&lt;br /&gt;
# rm -i iredadmin                              # &amp;lt;- This is a symbol link.&lt;br /&gt;
# ln -s iRedAdmin-Pro-LDAP-1.7.0 iredadmin            # &amp;lt;- Create new symbol link.&lt;br /&gt;
# chown -R iredadmin:iredadmin iRedAdmin-Pro-LDAP-1.7.0/&lt;br /&gt;
# chmod -R 0555 iRedAdmin-Pro-LDAP-1.7.0/&lt;br /&gt;
# chmod 0400 iRedAdmin-Pro-LDAP-1.7.0/settings.ini&lt;br /&gt;
# /etc/init.d/httpd restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For Debian, Ubuntu ==&lt;br /&gt;
{{cmd|&amp;lt;pre&amp;gt;&lt;br /&gt;
# tar xjf /root/iRedAdmin-Pro-LDAP-1.7.0.tar.bz2 -C /usr/share/apache2/&lt;br /&gt;
# cd /usr/share/apache2/&lt;br /&gt;
# cp iRedAdmin-Pro-LDAP-1.6.3/settings.ini iRedAdmin-Pro-LDAP-1.7.0/&lt;br /&gt;
# rm -i iredadmin                              # &amp;lt;- This is a symbol link.&lt;br /&gt;
# ln -s iRedAdmin-Pro-LDAP-1.7.0 iredadmin            # &amp;lt;- Create new symbol link.&lt;br /&gt;
# chown -R iredadmin:iredadmin iRedAdmin-Pro-LDAP-1.7.0/&lt;br /&gt;
# chmod -R 0555 iRedAdmin-Pro-LDAP-1.7.0/&lt;br /&gt;
# chmod 0400 iRedAdmin-Pro-LDAP-1.7.0/settings.ini&lt;br /&gt;
# /etc/init.d/apache2 restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For openSUSE ==&lt;br /&gt;
{{cmd|&amp;lt;pre&amp;gt;&lt;br /&gt;
# tar xjf /root/iRedAdmin-Pro-LDAP-1.7.0.tar.bz2 -C /srv/www/&lt;br /&gt;
# cd /srv/www/&lt;br /&gt;
# cp iRedAdmin-Pro-LDAP-1.6.3/settings.ini iRedAdmin-Pro-LDAP-1.7.0/&lt;br /&gt;
# rm -i iredadmin                              # &amp;lt;- This is a symbol link.&lt;br /&gt;
# ln -s iRedAdmin-Pro-LDAP-1.7.0 iredadmin            # &amp;lt;- Create new symbol link.&lt;br /&gt;
# chown -R iredadmin iRedAdmin-Pro-LDAP-1.7.0/&lt;br /&gt;
# chmod -R 0555 iRedAdmin-Pro-LDAP-1.7.0/&lt;br /&gt;
# chmod 0400 iRedAdmin-Pro-LDAP-1.7.0/settings.ini&lt;br /&gt;
# /etc/init.d/apache2 restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For FreeBSD ==&lt;br /&gt;
{{cmd|&amp;lt;pre&amp;gt;&lt;br /&gt;
# tar xjf /root/iRedAdmin-Pro-LDAP-1.7.0.tar.bz2 -C /usr/local/www/&lt;br /&gt;
# cd /usr/local/www/&lt;br /&gt;
# cp iRedAdmin-Pro-LDAP-1.6.3/settings.ini iRedAdmin-Pro-LDAP-1.7.0/&lt;br /&gt;
# rm -i iredadmin                              # &amp;lt;- This is a symbol link.&lt;br /&gt;
# ln -s iRedAdmin-Pro-LDAP-1.7.0 iredadmin            # &amp;lt;- Create new symbol link.&lt;br /&gt;
# chown -R iredadmin iRedAdmin-Pro-LDAP-1.7.0/&lt;br /&gt;
# chmod -R 0555 iRedAdmin-Pro-LDAP-1.7.0/&lt;br /&gt;
# chmod 0400 iRedAdmin-Pro-LDAP-1.7.0/settings.ini&lt;br /&gt;
# /usr/local/etc/rc.d/apache22 restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
That's all, you can now access iRedAdmin-Pro-LDAP-1.7.0 with your favorite web browser.&lt;br /&gt;
&lt;br /&gt;
= ChangeLog =&lt;br /&gt;
* 2012-05-10: Initial release.&lt;/div&gt;</description>
			<pubDate>Wed, 09 May 2012 09:05:26 GMT</pubDate>			<dc:creator>ZhangHuangbin</dc:creator>			<comments>http://iredmail.org/wiki/index.php?title=Talk:Upgrade/iRedAdmin-Pro/LDAP/1.6.3-1.7.0</comments>		</item>
	</channel>
</rss>