iredmail-doc/html/migrate.or.upgrade.iredadmi...

71 lines
3.2 KiB
HTML
Raw Normal View History

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Migrate iRedAdmin open source edition to iRedAdmin-Pro</title>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<div id="navigation">
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
// <a href="./index.html">Document Index</a>
</div><h1 id="migrate-iredadmin-open-source-edition-to-iredadmin-pro">Migrate iRedAdmin open source edition to iRedAdmin-Pro</h1>
<div class="toc">
<ul>
<li><a href="#migrate-iredadmin-open-source-edition-to-iredadmin-pro">Migrate iRedAdmin open source edition to iRedAdmin-Pro</a><ul>
<li><a href="#requirements">Requirements</a></li>
<li><a href="#upgrade-steps">Upgrade Steps</a></li>
<li><a href="#addition-optional-steps">Addition optional steps</a></li>
</ul>
</li>
</ul>
</div>
<p>This tutorial describes how to migrate iRedAdmin open source edition or old
iRedAdmin-Pro release to the latest iRedAdmin-Pro (full-featured edition).</p>
<h2 id="requirements">Requirements</h2>
<ul>
<li>You <strong>MUST</strong> have iRedAdmin open source edition or old iRedAdmin-Pro release
installed and running on your server before upgrading.</li>
</ul>
<h2 id="upgrade-steps">Upgrade Steps</h2>
<ul>
<li>
<p>Upload or copy the latest iRedAdmin-Pro to your server which has iRedAdmin
open source edition or old iRedAdmin-Pro release running. We assume you
uploaded it to <code>/root/iRedAdmin-Pro-{BACKEND}-x.y.z.tar.bz2</code> ({BACKEND} is one
of <code>LDAP</code>, <code>MySQL</code>, <code>PGSQL</code>). We will use iRedAdmin-Pro-x.y.z below for
example, please replace x.y.z by the real file name. For example,
<code>iRedAdmin-Pro-LDAP-2.1.2.tar.bz2</code>.</p>
</li>
<li>
<p>Uncompress and upgrade iRedAdmin-Pro</p>
</li>
</ul>
<pre><code># cd /root/
# tar xjf iRedAdmin-Pro-x.y.z.tar.bz2
# cd iRedAdmin-Pro-x.y.z/tools/
# bash upgrade_iredadmin.sh
</code></pre>
<p>That's all. If it doesn't work for you, please post a new topic in our
<a href="http://www.iredmail.org/forum/">online support forum</a>.</p>
<h2 id="addition-optional-steps">Addition optional steps</h2>
<ul>
<li>If you want to quarantine SPAM/Virus into SQL database and manage them with
iRedAdmin-Pro, please follow this tutorial to update Amavisd settings:
<a href="./quarantining.html">Quarantining SPAM and Virus emails into SQL database</a></li>
2014-10-09 22:30:58 -05:00
</ul><br /><p style="text-align: center;">If you found something wrong
in this document, please do
2014-10-18 22:49:55 -05:00
<a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.</p><p style="text-align: center; color: grey;">This tutorial is published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</a> license.<!-- Google Analytics -->
2014-10-13 19:28:43 -05:00
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-3293801-14");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body></html>