Hi, running the following (taken from <https://doc...
# ask-community
e
Hi, running the following (taken from https://docs.prefect.io/concepts/database/#in-memory-databases):
Copy code
prefect config set PREFECT_API_DATABASE_CONNECTION_URL="sqlite+aiosqlite:///file::memory:?cache=shared&uri=true&check_same_thread=false"
Outputs:
Copy code
Unknown setting name 'PREFECT_API_DATABASE_CONNECTION_URL'.
What am I missing?
Updated to 2.8.1, and now working. Didn't notice that it had been renamed from
PREFECT_ORION_DATABASE_CONNECTION_URL
(https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md#release-281)
z
😄 glad you got it