<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.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/MySQL/1.2.0-1.2.1 - Revision history</title>
		<link>http://www.iredmail.org/wiki/index.php?title=Upgrade/iRedAdmin-Pro/MySQL/1.2.0-1.2.1&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.5</generator>
		<lastBuildDate>Wed, 19 Jun 2013 17:19:33 GMT</lastBuildDate>
		<item>
			<title>ZhangHuangbin:&amp;#32;Created page with ' __TOC__  * Release notes of iRedAdmin-Pro-MySQL-1.2.1 * Any questions please post in our forum: http://www.iredmail.org/forum/forum6…'</title>
			<link>http://www.iredmail.org/wiki/index.php?title=Upgrade/iRedAdmin-Pro/MySQL/1.2.0-1.2.1&amp;diff=1557&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/MySQL/1.2.1&quot; title=&quot;Release.Notes/iRedAdmin-Pro/MySQL/1.2.1&quot;&gt;Release notes of iRedAdmin-Pro-MySQL-1.2.1&lt;/a&gt; * Any questions please post in our forum: http://www.iredmail.org/forum/forum6…&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
* [[Release.Notes/iRedAdmin-Pro/MySQL/1.2.1 |Release notes of iRedAdmin-Pro-MySQL-1.2.1]]&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;
This tutorial is used to upgrade iRedAdmin-Pro-MySQL from 1.2.0 to 1.2.1.&lt;br /&gt;
&lt;br /&gt;
All you need to upgrade from v1.2.0 to 1.2.1 are:&lt;br /&gt;
&lt;br /&gt;
* Extract v1.2.1 source tarball.&lt;br /&gt;
* Copy config file from '''v1.2.1'''.&lt;br /&gt;
* Set correct file owner and permission.&lt;br /&gt;
* Restart Apache web server.&lt;br /&gt;
&lt;br /&gt;
That's all.&lt;br /&gt;
&lt;br /&gt;
= Upgrade iRedAdmin-Pro-MySQL from 1.2.0 to 1.2.1 =&lt;br /&gt;
Here are steps used to upgrade iRedAdmin-Pro-MySQL from 1.2.0 to v1.2.1:&lt;br /&gt;
&lt;br /&gt;
* Download iRedAdmin-Pro-MySQL-1.2.1 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-MySQL-1.2.1 to your server which has iRedAdmin-Pro-MySQL-'''1.2.0''' running. We assume you copy it to '''/root/iRedAdmin-Pro-MySQL-1.2.1.tar.bz2'''.&lt;br /&gt;
&lt;br /&gt;
* Exact v1.2.1 source tarball, copy config file from old version '''v1.2.0''' directly, and set correct file owner and permission, restart Apache web server.&lt;br /&gt;
{{cmd|&amp;lt;pre&amp;gt;&lt;br /&gt;
#&lt;br /&gt;
# ---- For RHEL/CentOS ----&lt;br /&gt;
#&lt;br /&gt;
# tar xjf /root/iRedAdmin-Pro-MySQL-1.2.1.tar.bz2 -C /var/www/&lt;br /&gt;
# cd /var/www/&lt;br /&gt;
# cp iRedAdmin-Pro-MySQL-1.2.0/settings.ini iRedAdmin-Pro-MySQL-1.2.1/&lt;br /&gt;
# rm -i iredadmin                              # &amp;lt;- This is a symbol link.&lt;br /&gt;
# ln -s iRedAdmin-Pro-MySQL-1.2.1 iredadmin            # &amp;lt;- Create new symbol link.&lt;br /&gt;
# chown -R iredadmin iRedAdmin-Pro-MySQL-1.2.1/&lt;br /&gt;
# chmod -R 0555 iRedAdmin-Pro-MySQL-1.2.1/&lt;br /&gt;
# chmod 0400 iRedAdmin-Pro-MySQL-1.2.1/settings.ini&lt;br /&gt;
# /etc/init.d/httpd restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# ---- For Debian/Ubuntu ----&lt;br /&gt;
#&lt;br /&gt;
# tar xjf /root/iRedAdmin-Pro-MySQL-1.2.1.tar.bz2 -C /usr/share/apache2/&lt;br /&gt;
# cd /usr/share/apache2/&lt;br /&gt;
# cp iRedAdmin-Pro-MySQL-1.2.0/settings.ini iRedAdmin-Pro-MySQL-1.2.1/&lt;br /&gt;
# rm -i iredadmin                              # &amp;lt;- This is a symbol link.&lt;br /&gt;
# ln -s iRedAdmin-Pro-MySQL-1.2.1 iredadmin            # &amp;lt;- Create new symbol link.&lt;br /&gt;
# chown -R iredadmin iRedAdmin-Pro-MySQL-1.2.1/&lt;br /&gt;
# chmod -R 0555 iRedAdmin-Pro-MySQL-1.2.1/&lt;br /&gt;
# chmod 0400 iRedAdmin-Pro-MySQL-1.2.1/settings.ini&lt;br /&gt;
# /etc/init.d/apache2 restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# ---- For OpenSuSE ----&lt;br /&gt;
#&lt;br /&gt;
# tar xjf /root/iRedAdmin-Pro-MySQL-1.2.1.tar.bz2 -C /srv/www/&lt;br /&gt;
# cd /srv/www/&lt;br /&gt;
# cp iRedAdmin-Pro-MySQL-1.2.0/settings.ini iRedAdmin-Pro-MySQL-1.2.1/&lt;br /&gt;
# rm -i iredadmin                              # &amp;lt;- This is a symbol link.&lt;br /&gt;
# ln -s iRedAdmin-Pro-MySQL-1.2.1 iredadmin            # &amp;lt;- Create new symbol link.&lt;br /&gt;
# chown -R iredadmin iRedAdmin-Pro-MySQL-1.2.1/&lt;br /&gt;
# chmod -R 0555 iRedAdmin-Pro-MySQL-1.2.1/&lt;br /&gt;
# chmod 0400 iRedAdmin-Pro-MySQL-1.2.1/settings.ini&lt;br /&gt;
# /etc/init.d/apache2 restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# ---- For FreeBSD ----&lt;br /&gt;
#&lt;br /&gt;
# tar xjf /root/iRedAdmin-Pro-MySQL-1.2.1.tar.bz2 -C /usr/local/www/&lt;br /&gt;
# cd /usr/local/www/&lt;br /&gt;
# cp iRedAdmin-Pro-MySQL-1.2.0/settings.ini iRedAdmin-Pro-MySQL-1.2.1/&lt;br /&gt;
# rm -i iredadmin                              # &amp;lt;- This is a symbol link.&lt;br /&gt;
# ln -s iRedAdmin-Pro-MySQL-1.2.1 iredadmin            # &amp;lt;- Create new symbol link.&lt;br /&gt;
# chown -R iredadmin iRedAdmin-Pro-MySQL-1.2.1/&lt;br /&gt;
# chmod -R 0555 iRedAdmin-Pro-MySQL-1.2.1/&lt;br /&gt;
# chmod 0400 iRedAdmin-Pro-MySQL-1.2.1/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-MySQL-1.2.1 with your favorite web browser.&lt;br /&gt;
&lt;br /&gt;
= ChangeLog =&lt;br /&gt;
* 2011-06-26: Initial release.&lt;/div&gt;</description>
			<pubDate>Sun, 26 Jun 2011 14:28:37 GMT</pubDate>			<dc:creator>ZhangHuangbin</dc:creator>			<comments>http://www.iredmail.org/wiki/index.php?title=Talk:Upgrade/iRedAdmin-Pro/MySQL/1.2.0-1.2.1</comments>		</item>
	</channel>
</rss>