Alpine image doesn't contain sqllite3 command to perform backup #2680

Closed
opened 2026-04-06 03:54:40 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @80dB on 12/16/2020

Subject of the issue

It's suggested to run a cron job to backup sqlite3 with the sqlite3 command, however this command isn't installed in the alpine image.

Your environment

  • Bitwarden_rs version: bitwardenrs/server:1.17.0-alpine

Steps to reproduce

Start image and open shell and execute "sqlite3" or "find | grep sql".

Expected behaviour

The sqlite3 command should execute normally.

Actual behaviour

It'll report sqlite3 isn't found.

Work-around

Use the non-alpine image for sqlite3 actions.

*Originally created by @80dB on 12/16/2020* ### Subject of the issue It's suggested to run a cron job to backup sqlite3 with the sqlite3 command, however this command isn't installed in the alpine image. ### Your environment * Bitwarden_rs version: bitwardenrs/server:1.17.0-alpine ### Steps to reproduce Start image and open shell and execute "sqlite3" or "find | grep sql". ### Expected behaviour The sqlite3 command should execute normally. ### Actual behaviour It'll report sqlite3 isn't found. ### Work-around Use the non-alpine image for sqlite3 actions.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2680