Skip to content
Snippets Groups Projects
Unverified Commit ecdff94f authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Add check for driver version (#33471)


* Add check for driver version

* Update docs/troubleshooting-guide/db-connection.md

Co-authored-by: default avatarJeff Bruemmer <jeff.bruemmer@gmail.com>

---------

Co-authored-by: default avatarJeff Bruemmer <jeff.bruemmer@gmail.com>
parent 58e805ab
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ If you see this error messages in the [logs](./server-logs.md) (**Admin** > **Tr
2. Go to **Advanced options** > **Additional JDBC connection string options** and add `trustServerCertificate=true`.
3. Click **Save**.
The version of Metabase you're using to connect to your data warehouse must support your database's version. For example, Metabase versions older than 46 lack support for Microsoft SQL Server 2022.
## Testing a database connection
As you work through the troubleshooting steps in this guide, you can check if each component is working as expected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment