https://prefect.io logo
Title
m

Matheus Rocha

04/28/2023, 4:48 PM
I did run
prefect server database reset -y
and now I'm unable to
prefect server start
I've been facing this error:
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file
1
Solved with
prefect config set PREFECT_API_DATABASE_CONNECTION_URL='sqlite+aiosqlite:///${PREFECT_HOME}/prefect.db'