You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am overriding the data and log folders using MSSQL_DATA_DIR and MSSQL_LOG_DIR but the *.ldf files are still created in the data dir. The only thing in MSSQL_LOG_DIR are error log files.
According to this link MSSQL_LOG_DIR should move the *.ldf files and MSSQL_ERROR_LOG_FILE should move the log files.
Expectation
The *.ldf files are located in the folder specified in MSSQL_LOG_DIR.
I am overriding the data and log folders using MSSQL_DATA_DIR and MSSQL_LOG_DIR but the *.ldf files are still created in the data dir. The only thing in MSSQL_LOG_DIR are error log files.
According to this link MSSQL_LOG_DIR should move the *.ldf files and MSSQL_ERROR_LOG_FILE should move the log files.
Expectation
The *.ldf files are located in the folder specified in MSSQL_LOG_DIR.
The text was updated successfully, but these errors were encountered: