iredmail-doc/html_bk/upgrade.iredapd.html

60 lines
2.7 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
2014-12-16 00:58:27 -06:00
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Upgrade iRedAPD</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
2014-12-16 00:58:27 -06:00
</head>
<body>
2014-12-16 00:58:27 -06:00
<div id="navigation">
2017-11-16 21:48:44 -06:00
<a href="https://www.iredmail.org" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
2016-02-29 02:15:19 -06:00
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="upgrade-iredapd">Upgrade iRedAPD</h1>
2016-04-25 21:19:09 -05:00
<div class="admonition attention">
<p class="admonition-title">Attention</p>
2016-02-04 02:58:33 -06:00
<ul>
<li>Release Notes are available here: <a href="./iredapd.releases.html">iRedAPD Release Notes</a>.</li>
</ul>
</div>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
2014-12-16 00:58:27 -06:00
<ul>
<li>
2020-06-21 20:47:58 -05:00
<p>iRedAPD-4.0 and later releases <strong>require Python 3.5+</strong>, only listed
distribution releases are qualified to upgrade:</p>
<ul>
<li>CentOS 7 and later</li>
<li>Debian 9 and later</li>
2020-06-30 11:57:14 -05:00
<li>Ubuntu 18.04 and later</li>
2020-06-21 20:47:58 -05:00
<li>FreeBSD with latest ports tree</li>
<li>OpenBSD 6.6 and later</li>
</ul>
2015-04-19 03:45:21 -05:00
</li>
2016-02-04 02:58:33 -06:00
</ul>
2020-06-21 20:47:58 -05:00
<p>If you're running an old Linux/BSD release which doesn't have Python
3.5+, please stay with iRedAPD-3.6, it's the last release supports Python
2. if you need to upgrade to iRedAPD-3.6, please follow this upgrade
2020-06-21 23:09:08 -05:00
tutorial instead: <a href="./upgrade.iredapd.py2.html">Upgrade iRedAPD from v1.4.0 or later releases to v3.6</a>.</p>
</div>
2020-06-21 20:47:58 -05:00
<p>This tutorial describes how to upgrade iRedAPD from <code>1.4.0</code> or later releases
to the latest stable release on listed distribution releases listed above.</p>
<p>Run commands below on your iRedMail server:</p>
<pre><code>cd /root
2021-09-08 19:27:53 -05:00
wget -O iRedAPD-5.0.3.tar.gz https://github.com/iredmail/iRedAPD/archive/5.0.3.tar.gz
tar zxf iRedAPD-5.0.3.tar.gz
cd iRedAPD-5.0.3/tools/
2020-06-21 20:47:58 -05:00
bash upgrade_iredapd.sh
</code></pre>
<p>That's all.</p>
2016-02-04 02:58:33 -06:00
<h2 id="see-also">See Also</h2>
<ul>
2019-03-27 03:24:51 -06:00
<li><a href="./srs.html">Enable SRS (Sender Rewriting Scheme) support</a></li>
</ul><div class="footer">
2019-12-31 00:07:48 -06:00
<p style="text-align: center; color: grey;">All documents are available in <a href="https://github.com/iredmail/docs/">GitHub repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://github.com/iredmail/docs/archive/master.zip">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
2021-07-11 23:36:15 -05:00
</div></body></html>