Hi, I have deployed my prefect server + worker on my k8s cluster. I have also created an rds instance in my cloud and trying to get the prefect server to use it. however I keep running into
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) database is locked
in the server. Any idea how to resolve this please?
Krystal
12/14/2023, 2:31 PM
Oh I think I need to change the db setting to use postgres