iredmail-doc/en_US/upgrade/0-upgrade.iredapd.md

41 lines
1.2 KiB
Markdown
Raw Normal View History

2014-12-16 00:58:27 -06:00
# Upgrade iRedAPD
2016-04-25 21:19:09 -05:00
!!! attention
* Release Notes are available here: [iRedAPD Release Notes](./iredapd.releases.html).
!!! warning
2020-06-21 20:47:58 -05:00
* iRedAPD-4.0 and later releases __require Python 3.5+__, only listed
distribution releases are qualified to upgrade:
2015-05-16 20:56:21 -05:00
2020-06-21 20:47:58 -05:00
- CentOS 7 and later
- Debian 9 and later
2020-06-30 11:57:14 -05:00
- Ubuntu 18.04 and later
2020-06-21 20:47:58 -05:00
- FreeBSD with latest ports tree
- OpenBSD 6.6 and later
2014-12-16 00:58:27 -06:00
2020-06-21 20:47:58 -05:00
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: [Upgrade iRedAPD from v1.4.0 or later releases to v3.6](./upgrade.iredapd.py2.html).
2015-12-10 00:35:32 -06:00
2020-06-21 20:47:58 -05:00
This tutorial describes how to upgrade iRedAPD from `1.4.0` or later releases
to the latest stable release on listed distribution releases listed above.
2020-06-21 20:47:58 -05:00
Run commands below on your iRedMail server:
2014-12-16 00:58:27 -06:00
```
2020-06-21 20:47:58 -05:00
cd /root
2020-10-10 22:01:46 -05:00
wget -O iRedAPD-4.5.tar.gz https://github.com/iredmail/iRedAPD/archive/4.5.tar.gz
tar zxf iRedAPD-4.5.tar.gz
cd iRedAPD-4.5/tools/
2020-06-21 20:47:58 -05:00
bash upgrade_iredapd.sh
2014-12-16 00:58:27 -06:00
```
That's all.
2016-02-04 02:58:33 -06:00
## See Also
2019-03-27 03:24:51 -06:00
* [Enable SRS (Sender Rewriting Scheme) support](./srs.html)