iredmail-doc/en_US/upgrade/0-migrate.or.upgrade.iredad...

85 lines
3.5 KiB
Markdown
Raw Normal View History

# Migrate or upgrade iRedAdmin
2014-09-26 02:38:58 -05:00
[TOC]
!!! note "Paid Remote Upgrade Support"
We offer remote upgrade support if you don't want to get your hands dirty,
2017-11-16 21:48:44 -06:00
check [the details](https://www.iredmail.org/support.html) and
[contact us](https://www.iredmail.org/contact.html).
2015-05-16 20:56:21 -05:00
2014-12-03 08:51:42 -06:00
This tutorial describes how to update or migrate iRedAdmin (either open source
edition or old iRedAdmin-Pro release) to the latest iRedAdmin release (again,
either open source edition or iRedAdmin-Pro).
2014-09-26 02:38:58 -05:00
## Requirements
2015-12-14 09:00:43 -06:00
1. The latest iRedAdmin-Pro always requires the latest iRedMail stable release,
so you __MUST__ upgrade iRedMail to the latest stable release before
upgrading iRedAdmin-Pro.
2014-09-26 02:38:58 -05:00
* If you run the latest iRedAdmin-Pro with old iRedMail release, you may
get error due to missing some required ldap attribute/value pairs
(OpenLDAP backend), or missing some required SQL columns.
* If you run the latest iRedMail with old iRedAdmin-Pro, you may get error
due to missing dropped SQL columns, or created accounts may miss some
properties required by the latest iRedMail.
2015-12-14 09:00:43 -06:00
1. You __MUST__ have iRedAdmin open source edition or old iRedAdmin-Pro release
installed and running on your server before upgrading.
2015-12-14 09:00:43 -06:00
## Download the latest iRedAdmin
2017-11-16 21:48:44 -06:00
* iRedAdmin open source edition is available for download [here](https://dl.iredmail.org/yum/misc/).
2015-12-14 09:00:43 -06:00
* iRedAdmin-Pro customers can get download link of new release by following
steps below:
* Login to iRedAdmin-Pro as global admin.
* Click `License` button on the top-right corner. it will show you basic
license info and a `Download` button if new version is available.
* Click `Download` button, your mailbox (license owner) will receive an email
with download link in a short time. Note: if your mail server has greylisting
enabled, it may take longer, please be patient and don't request download
link again and again.
2017-11-16 21:48:44 -06:00
If you cannot download iRedAdmin-Pro for some reason, please [contact us](https://www.iredmail.org/contact.html).
2014-09-26 02:38:58 -05:00
## Upgrade Steps
* Upload or copy the latest iRedAdmin to your server which has iRedAdmin
2015-12-14 09:00:43 -06:00
open source edition or old iRedAdmin-Pro release running. We assume you
uploaded it to `/root/iRedAdmin-x.y.z.tar.bz2` (`x.y.z` is a placeholder of
the version number).
* Uncompress and upgrade iRedAdmin:
2014-09-26 02:38:58 -05:00
!!! warning
Do not rename the extracted directory (`iRedAdmin-x.y.z`), otherwise
upgrade may fail.
2014-09-26 02:38:58 -05:00
```
# cd /root/
# tar xjf iRedAdmin-x.y.z.tar.bz2
# cd iRedAdmin-x.y.z/tools/
2014-09-26 02:38:58 -05:00
# bash upgrade_iredadmin.sh
```
That's all. If it doesn't work for you, please post a new topic in our
[online support forum](https://forum.iredmail.org/).
2014-09-26 02:38:58 -05:00
2015-01-04 10:17:26 -06:00
## Additional steps
* To quarantine SPAM/Virus into SQL database and manage them with
iRedAdmin-Pro, please follow this tutorial to update Amavisd settings:
[Quarantining SPAM and Virus emails into SQL database](./quarantining.html)
* To manage white/blacklist with iRedAdmin-Pro, please enable
per-recipient policy lookup in Amavisd, and enable plugin `amavisd_wblist`
in iRedAPD config file (`/opt/iredapd/settings.py`, parameter `plugins =`):
[Amavisd: Enable per-recipient policy lookup](./amavisd.per-recipient.policy.lookup.html)
2014-09-26 02:38:58 -05:00
Note: Cluebringer still provides white/blacklists, but iRedAdmin-Pro
doesn't manage them anymore after iRedMail-0.9.0 release. So please
migreate Cluebringer white/blacklists to Amavisd database by following
this [forum post](https://forum.iredmail.org/post35480.html#p35480).