-
Notifications
You must be signed in to change notification settings - Fork 3k
After Updating to SQLITE problems changing settings. #1643
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
Comments
Could you please link to the tutorial you used when you updated from MariaDB to SQLite? |
I used this one. What I remember, is using dbreaver export the db, convert to sqlite file and use that in the dockder-compose file. In the end I used a fresh instance, and rentered everything manually. |
I'm encountering the same issue. I deployed a fresh instance, stopped it, migrated the MariaDB to SQLITE via the tutorial posted above. Then I copied the data and ssl volumes over. Everything is working fine but I can't make any changes as they will result in an SQLITE error:
database.sqlite has permissions 644. Location unaltered. == EDIT == == SOLUTION ==
The SQLite database from a freshly deployed instance has all tables setup as they should but no entries, so there's no need to truncate (wipe clean) the target DB. If you do, all tables will be created with the settings from origin, and there seems to be the issue. |
Issue is now considered stale. If you want to keep it open, please comment 👍 |
Issue was closed due to inactivity. |
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
Updated from the mariadb to sqlite using the provided tutorial. All looks ok, but when trying to add an entry it says "internal error". Looks like an issue with SQLITE:
SQLITE_CONSTRAINT: NOT NULL constraint failed: proxy_host.id
Nginx Proxy Manager Version
v2.9.12
** Docker Compose
*** Logs
https://pastebin.com/zeAbPriY
The text was updated successfully, but these errors were encountered: