I run a dockerized setup of bitwarden (self hosted) using bitwarden.sh wrapper script. This is way too complex/heavy for my needs. I stumbled upon the Bitwarden Lite deployment that’s designed for home labs, and that is exactly what I need: Lite Deployment | Bitwarden
So I exported all the data out of my vault (export type “.zip with attachments”).
Stopped the old “heavy” Bitwarden instance, started the “Lite” one, signed up, and imported my backup.
All my items showed up, but I found that
- None of the attachments were in place (even though their parent entries showed up)
- The “date created” and “date modified” were updated to be the time when I did the import.
Re (1), I am aware there is a bug right now that is preventing saving of attachments, is this why attachments did not come across?
And re (2), is this expected behavior? Ideally, I’d like the ‘Date created’ and ‘Date modified’ fields not to be overwritten with the date the items were imported into the vault.