The installation went alright, but I see mssql keeps restarting.
I found a reddit with the same problem, it said to increase resources with a link that appears dead. i can’t find any info on how to increase resources.
2018-05-15 15:03:30.52 Server UTC adjustment: 0:00
2018-05-15 15:03:30.52 Server (c) Microsoft Corporation.
2018-05-15 15:03:30.52 Server All rights reserved.
2018-05-15 15:03:30.52 Server Server process ID is 4124.
2018-05-15 15:03:30.52 Server Logging SQL Server messages in file ‘/var/opt/mssql/log/errorlog’.
2018-05-15 15:03:30.52 Server Registry startup parameters:
bitwarde -d /var/opt/mssql/data/master.mdf
bitwarde -l /var/opt/mssql/data/mastlog.ldf
bitwarde -e /var/opt/mssql/log/errorlog
2018-05-15 15:03:30.53 Server Error: 17113, Severity: 16, State: 1.
2018-05-15 15:03:30.53 Server Error 87(The parameter is incorrect.) occurred while opening file ‘/var/opt/mssql/data/master.mdf’ to obtain configuration information at startup. An invalid startup option might have caused the error. Verify your startup options, and correct or remove them if necessary.
bitwarden-mssql exited with code 1
That works perfect! I had already created new zvol with ext4 on my zfs volumes, but that didn’t help . I’ve now changed that line to True and it starts, I was able to start it and create a new account.
Thanks a lot!
Is the wiki public? Otherwise you may want to add this to a note or something.
Edit: to be clear for others running into this, I couldn’t get the mssql-docker-zfs - Hack (github link above) to work:
create a zvol on zfs, format as ext4
make sure docker uses it as its data, set filesystem driver to overlay2
set the setting # Parameter:MssqlDataDockerVolume=True as stated above