I just upgraded to Froxlor 0.10.17 using the offical deb repository and after checking the database integrity which is the last step I get this error:
Adding unique key on domainid field in domain ssl table
A database error occurred
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '3' for key 'domainid'
Can you point me out what table to look extacly? panel_domains?
I see in domains_ssl_settings table: there are two entries for domainid 3 with id 24 and 25..
I'm not sure where to look.
Thanks,
UPDATE:
I've managed to fix the problem.. there were 5 more entries with duplicated ID on the domain_ssl_settings table. I had to remove the duplicates ones, making sure there was only one ID per entry and then I was able to continue with the update..
It seems that those duplicate entries weren't cleaned up by the cron job? it's seems it could be a bug but I don't really know. Happy to dig a bit more if you want, but I don't know where to start..
Question
llucps
Hi,
I just upgraded to Froxlor 0.10.17 using the offical deb repository and after checking the database integrity which is the last step I get this error:
Adding unique key on domainid field in domain ssl table A database error occurred SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '3' for key 'domainid'
Can you point me out what table to look extacly? panel_domains?
I see in domains_ssl_settings table: there are two entries for domainid 3 with id 24 and 25..
I'm not sure where to look.
Thanks,
UPDATE:
I've managed to fix the problem.. there were 5 more entries with duplicated ID on the domain_ssl_settings table. I had to remove the duplicates ones, making sure there was only one ID per entry and then I was able to continue with the update..
It seems that those duplicate entries weren't cleaned up by the cron job? it's seems it could be a bug but I don't really know. Happy to dig a bit more if you want, but I don't know where to start..
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now