Skip to content
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

Bitwarden unified - repeat core dumps if updating beyond 2024.1.0 #3707

Closed
1 task done
KeithB opened this issue Jan 26, 2024 · 2 comments
Closed
1 task done

Bitwarden unified - repeat core dumps if updating beyond 2024.1.0 #3707

KeithB opened this issue Jan 26, 2024 · 2 comments
Labels
bug bw-unified-deploy An Issue related to Bitwarden unified deployment

Comments

@KeithB
Copy link

KeithB commented Jan 26, 2024

Steps To Reproduce

Update docker-compose to move bitwarden unified image from 2024.1.0 to 2024.1.1 or 2024.1.2

Expected Result

Bitwarden runs

Actual Result

Few behaviours:

  • Login fails on password entry with unexpected error pop up.
  • Repeat logs indicating admin core dump - nothing more on docker log/syslog:
    2024-01-26 12:44:56,036 INFO exited: admin (terminated by SIGABRT (core dumped); not expected)

Also see the following repeatedly in admin.log:

2024-01-26 13:15:01.699 +00:00 [INF] Migrating database.
2024-01-26 13:15:02.894 +00:00 [ERR] Failed executing DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
CALL POMELO_BEFORE_DROP_PRIMARY_KEY(NULL, 'Grant');
ALTER TABLE `Grant` DROP PRIMARY KEY;

The failed DB command in the admin log seems consistent between versions - continues to occur when rolling back to 2024.1.0.

Screenshots or Videos

No response

Additional Context

No response

Githash Version

dca8d00-dirty

Environment Details

Hardware: AMD 4500U, 32GB memory
OS: Ubuntu server
Docker: 24.0.2 build cb74dfc
Docker compose: v2.18.1

Database Image

MariaDB 10.5 - Linuxserver image

Issue-Link

#2480

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
@KeithB KeithB added bug bw-unified-deploy An Issue related to Bitwarden unified deployment labels Jan 26, 2024
@holow29
Copy link
Contributor

holow29 commented Jan 26, 2024

#3651
Seems like devs are done trying to implement a fix in migrations, so you might be better off to just run the SQL in that issue.

@KeithB
Copy link
Author

KeithB commented Jan 26, 2024

Missed that one some how :(. Slightly confusing but sorted now with the manual SQL and starting up the 2024.1.2 container. Closing this ticket.

@KeithB KeithB closed this as completed Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bw-unified-deploy An Issue related to Bitwarden unified deployment
Projects
None yet
Development

No branches or pull requests

2 participants