• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Can not add a mailbox - DB query failed: SQLSTATE[23000]...

Nothing helped
DB query failed: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '10' for key 'PRIMARY', query was: insert into spamfilter (`id`,`username`,`preferences`,`serviceNodeId`) VALUES ('0','[email protected]','true','1')

plesk db "show table status where Name='mail' \G;" | grep Auto_increment
Auto_increment: 31

# plesk db "select max(id) from mail;"
+---------+
| MAX(id) |
+---------+
| 28 |
+---------+
 
But it has nothing to do with the backup

first e-mail account has been created and the next accoun is not
 
Last edited:
What is output of

select max(id) from spamfilter;

For example, if it is 178, please execute this command:

# plesk db "alter table spamfilter auto_increment=179;"

After that, please try to create mailbox again.
 
Back
Top