-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to restore any backup ->2.6.0 #1937
Comments
Error making API Call to: /api/database/restore Error text: Unable to execute INSERT statement [INSERT INTO version_ver (ver_ID, ver_version, ver_update_start, ver_update_end) VALUES (:p0, :p1, :p2, :p3)]
|
Despite the error - it looks like the database actually does (a partial) restore... |
It looks like something is trying to make two INSERT queries for version_ver. I enabled SQL query logging on my QA VM, and I'm seeing this:
|
This can re reproduced by trying to restore the demo data file from the 2.5.2 source code archive. |
i've same a problem for my site https://quanlyhoithanh.com/my-dinh/SystemDBUpdate.php How to fix that @crossan007 ? |
This is a P0
The text was updated successfully, but these errors were encountered: