Mysql containter restarting... any ideas why?

Hi,

as you can see in this screenshot all bitwarden containers are running, except mssql one, which is restarting with this error:

root@smokeping ~# docker logs bitwarden-mssql
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid.  Please resolve and try again.

I have 2GB machine Digital Ocean droplet, before moving to 2GB on 1GB droplet bitwarder mssql container would complain that it needs 2GB.

But does anyone have an idea why mssql container is restarting with this message and what needs to be done to run bitwarden withoud mssql container restarting?

Thanks!

Any ideas what is the function of system.netfx.sfp file?

It’s Microsoft SQL Server (MSSQL) for one :slight_smile:

You can peak inside of it, see: https://dba.stackexchange.com/questions/192974/what-are-these-sfp-files-that-sql-server-distributes

Have you tried updating the DB to see if it fixes it?

I have the same problem with Ubuntu 22.04 and the latest bitwarden release.
/opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/system.netfx.sfp] is invalid. Please resolve and try again.
I can’t find any solution. Is there a resolved case ?
Thank you