Microsoft SQL Server DB Backend

Has anyone used Microsoft SQL Server for the DB backend to Mattermost? Thanks in advance!

Brad

Unfortunately, looking at the code in platform/store/sql_store.go there are custom data types at call sites for MySQL and PostgresSQL. That makes supporting a new DB rather difficult to do.

Brad

Hey @bradhowes, we don’t yet officially support deployment on a Microsoft SQL server.

We have unofficial install guides for Windows server maintained by the community. Maybe that can be of some help, even though the guide assumes you have MySQL or PostgreSQL: https://docs.mattermost.com/install/prod-windows-2012.html

If you’d like to see support for Microsoft SQL server in the future, would you like to contribute this in the feature idea forum so it can be discussed, upvoted and considered for a ticket accepting pull requests?

Please include a link back to this issue if you do. If you’re interested in implementing, please say so and we’ll prioritize the review.

You get 10 votes in the feature idea forum, and each one influences the future of the project.

I didn’t see one out there, so I added a feature request for SQL Server support: https://mattermost.uservoice.com/forums/306457-general/suggestions/18641650-add-support-for-sql-server. Thanks!

Fantastic! Thanks @mike.macarthur