https://prefect.io logo
Title
s

scott

03/30/2023, 8:48 PM
Curious where this default storage path lives https://docs.prefect.io/concepts/results/#result-storage-location
PREFECT_LOCAL_STORAGE_PATH
setting (defaults to
~/.prefect/storage
).
I don’t see this on the VM we’re running our prefect agents and docker containers on that run the flows. Since we don’t have the
PREFECT_LOCAL_STORAGE_PATH
env var set, is the
~/.prefect/storage
on prefect servers?
r

Ross Leung

03/31/2023, 12:31 AM
See this thread, seems similar with a solution: https://prefect-community.slack.com/archives/CL09KU1K7/p1680118176744019
s

scott

03/31/2023, 2:23 AM
Thanks, that could lead to a solution