Hey all! I am looking to add persistence to the p...
# prefect-community
a
Hey all! I am looking to add persistence to the prefect server, I went through the documentation and found out information for using a local file mount volume or postgreSQL, However I wanted to know if prefect server supports mysql as a backend DB for persistence, If yes I would appreciate it if somebody could point me to the documentation for it. Thanks!
z
Hi! Unfortunately, we only support postgres.
Hasura support for MySQL is still in preview (https://hasura.io/docs/latest/graphql/core/guides/mysql-preview.html) and it is likely that our migrations use PostgreSQL specific features.
a
Thanks for the info!