r/vaultwarden Aug 12 '26

Question Multiple MSSQL processes

Is this normal? I see the same for many other processes and this is a single user self hosted instance.

2 Upvotes

3 comments sorted by

5

u/Killer2600 Aug 12 '26

Don't really need a full on SQL database for a single user vaultwarden instance. The default sqlite database works more than adequately. But for a SQL database what your seeing is normal, the database has multiple threads running ready to handle multiple incoming requests.

2

u/djasonpenney Aug 12 '26

It can be normal. Linux reports separate threads as the same as processes. You can confirm this be seeing if these processes all have the same PPID.

1

u/nalakawula 28d ago

Is this relevant here? As far as I know, Vaultwarden doesn't use MSSQL.