You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the CAP DROP ALL is the issue leading to:
dockge | 2024-12-27T01:01:38Z [DB] INFO: Database Type: sqlite
dockge | 2024-12-27T01:01:38Z [SERVER] INFO: Connected to the database
dockge | Can't take lock to run migrations: update `knex_migrations_lock` set `is_locked` = 1 where `is_locked` = 0 - SQLITE_READONLY: attempt to write a readonly database
dockge | If you are sure migrations are not running you can release the lock manually by running 'knex migrate:unlock'
dockge | 2024-12-27T01:01:38Z [DB] ERROR: Database migration failed
dockge | 2024-12-27T01:01:38Z [SERVER] ERROR: Failed to prepare your database: update `knex_migrations_lock` set `is_locked` = 1 where `is_locked` = 0 - SQLITE_READONLY: attempt to write a readonly database
dockge exited with code 0
Open to suggestions on specific CAP ADD to resolve this. Thank you.
🛡️ Security Policy
Description
Trying to edit container name. When I click Save I get:
👟 Reproduction steps
Edit any compose file and click Save.
👀 Expected behavior
No error
😓 Actual Behavior
Here is my compose.yaml
Dockge Version
1.4.2
💻 Operating System and Arch
Debian 12
🌐 Browser
LibreWolf 133.0.3-1
🐋 Docker Version
27.4.1
🟩 NodeJS Version
No response
📝 Relevant log output
The text was updated successfully, but these errors were encountered: