Hi everyone, quick question on database backends. ...
# ask-community
m
Hi everyone, quick question on database backends. Does Prefect support using Microsoft SQL Server as its main database instead of SQLite or PostgreSQL? We're aiming for a High Availability setup and our infrastructure uses an MS SQL "Always On" cluster. It would be ideal for us to integrate Prefect with it. I couldn't find this in the docs. Has anyone tried this or knows if it's possible? Thanks!
n
hi @Mateus - no! we support SQLite and Postgres if you're interested in running an HA setup with postgres, check out these docs
m
hi @Nate, I understand, that's what I figured from the documentation. I was hoping someone might have done it with MSSQL. Thanks for the quick response. I'll check out this doc.