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

1.3 KiB

Migrate iRedAdmin open source edition to iRedAdmin-Pro

[TOC]

This tutorial describes how to migrate iRedAdmin open source edition or old iRedAdmin-Pro release to the latest iRedAdmin-Pro (full-featured edition).

Requirements

  • You MUST have iRedAdmin open source edition or old iRedAdmin-Pro release installed and running on your server before upgrading.

Upgrade Steps

  • 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 /root/iRedAdmin-Pro-{BACKEND}-x.y.z.tar.bz2 ({BACKEND} is one of LDAP, MySQL, PGSQL). We will use iRedAdmin-Pro-x.y.z below for example, please replace x.y.z by the real file name. For example, iRedAdmin-Pro-LDAP-2.1.2.tar.bz2.

  • Uncompress and upgrade iRedAdmin-Pro

# cd /root/
# tar xjf iRedAdmin-Pro-x.y.z.tar.bz2
# cd iRedAdmin-Pro-x.y.z/tools/
# bash upgrade_iredadmin.sh

That's all. If it doesn't work for you, please post a new topic in our online support forum.

Addition optional steps