How to start SQL Server 2017 on Linux in single user mode / masteronly recovery mode?
The scenario behind this question is we can move tempdb files to a new filesystem. What if I specify a wrong filesystem and restart SQL Server on linux. SQL Server will go down. In this case how to change tempdb location in system catalog?
Adding the -m flag when starting the process will enable single user mode.