mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
NOT NULL constraint failed: new_ciphers.name #1396
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luckydonald on GitHub.
Subject of the issue
Update from
image: bitwardenrs/server:1.16.1-alpineto
image: vaultwarden/server:1.21.1-alpineDeployment environment
image: bitwardenrs/server:1.16.1-alpineto
image: vaultwarden/server:1.21.1-alpineInstall method:
docker
Clients used:
web, desktop (win + Mac), iOS
Reverse proxy and version:
nginx
MySQL/MariaDB or PostgreSQL version:
sqlite.
Other relevant details:
Steps to reproduce
Update.
Expected behaviour
Works.
Actual behaviour
Doesn't work.
Troubleshooting data
@luckydonald commented on GitHub:
@BlackDex That's mysql though.
Isn't it using sqlite though?
@BlackDex commented on GitHub:
Please see: https://github.com/dani-garcia/vaultwarden/discussions/1492#discussioncomment-544064
@luckydonald commented on GitHub:
How do I execute that script?
@BlackDex commented on GitHub:
Those are SQL Queries, so you should connect to your database via a MYSQL client.
And adjust the variable values where needed like database name.