1

Topic: Old versions of iRedAdmin

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Deployed with iRedMail Easy or the downloadable installer? No
- Linux/BSD distribution name and version: CentOS 7.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I'm upgrading an old iRedMail installation (0.9.5-1) prior to migrating to a new install on a new server.  I want to go through the steps but the upgrade to 0.9.6 needs iRedAdmin-0.7 and the upgrade to 0.9.7 needs iRedAdmin-0.8.  These two releases are missing in the archives.  Does anyone have a copy of these?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Old versions of iRedAdmin

You can find all old iRedAdmin releases here:
https://github.com/iredmail/iRedAdmin/tags

3

Re: Old versions of iRedAdmin

ZhangHuangbin wrote:

You can find all old iRedAdmin releases here:
https://github.com/iredmail/iRedAdmin/tags

That is where i looked, 0.7 and 0.8 are missing.

4

Re: Old versions of iRedAdmin

Can you point me to 0.7 and 0.8?  I can't find them in that location.

5

Re: Old versions of iRedAdmin

Please upgrade iRedMail first, one release by one release: https://docs.iredmail.org/iredmail.releases.html
AFTER you have latest iRedMail running, it's ok to upgrade iRedAdmin to latest release directly and skip intermediate releases: https://docs.iredmail.org/migrate.or.up … admin.html

6

Re: Old versions of iRedAdmin

Thank you.  That will help.  I've cloned the current server and am running through the steps as a test.

Once the upgrade is finished I'm going to migrate to a new server.  The only data I want to carry over are the user accounts and their emails, so the vmail database and /var/vmail for those and the DKIM keys (I use SQL and not LDAP).

I don't have any mailing lists or use SoGo.  Can I ignore the roundcube database and just have the data created new when a user logs in?

Can I ignore amavisd, iredapd, and iredadmin databases and let those get populated with new data if I don't care about history or current amavisd policies?

7

Re: Old versions of iRedAdmin

FYI https://docs.iredmail.org/backup.restore.html

8

Re: Old versions of iRedAdmin

That's the test today.  Thanks to your note about being able to skip I was able to go all the way to the latest version (1.7.4) with the exception of having to leave roundcube on an older version.  So I can move everything except the roundcube db.

9

Re: Old versions of iRedAdmin

You can export Roundcube sql db on old and import it on new server, then upgrade Roundcube again. Roundcube installer (./bin/installto.sh) can detect and migrate sql db automatically.

10

Re: Old versions of iRedAdmin

ZhangHuangbin wrote:

You can export Roundcube sql db on old and import it on new server, then upgrade Roundcube again. Roundcube installer (./bin/installto.sh) can detect and migrate sql db automatically.

Thank you again.  I was able to sync /var/vmail/vmail1 and then did a backup and restore from the upgraded cloned server to the new install server.  All tests passed so this weekend I'll repeat the whole process with a freeze on the old server and then update my CNAMEs and firewall rules to point to the new server.