1

Topic: For MariaDB backend

Good afternoon. Write in more detail how to do this?

----
Add new columns in vmail database

Add 6 columns in vmail.mailbox:

    first_name
    last_name
    mobile
    telephone
    birthday
    recovery_email

Add 2 columns in vmail.deleted_mailboxes:

    bytes
    messages
----

----

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

2

Re: For MariaDB backend

Are you talking about this step in iRedMail upgrade tutorial?
https://docs.iredmail.org/upgrade.iredm … l-database

3

Re: For MariaDB backend

Yes.

4

Re: For MariaDB backend

Did you read the full section?

5

Re: For MariaDB backend

"Add new columns in vmail database"
"Add 6 columns in vmail.mailbox:" - I don't understand how to add these columns.

6

Re: For MariaDB backend

Sorry for my bad English.
I understood correctly, if you mean these commands, then everything will be added automatically.:

wget -O /tmp/vmail.mysql ....
mysql vmail < /tmp/vmail.mysql
rm -f /tmp/vmail.mysql"

7

Re: For MariaDB backend

Yes, just run the commands and it adds mentioned columns.

8

Re: For MariaDB backend

thanks