Does the prefect server persist it's data on shutd...
# prefect-community
w
Does the prefect server persist it's data on shutdown by default? This is running prefect with a server as the backend
👀 1
l
Hi @Will Milner! Not by default, as the CLI command removes the containers when the process is killed, but you can specify a volume mount for the postgres container with the
--use-volume
(and optionally
--volume-path
) flags of
prefect server start
to persist the data between containers.
w
Ah this was just recently released in a newer version of prefect. Thanks for the heads up
👍 1