Why can't I persist data? #3187
-
I am quite impressed with Prefect, currently playing with it for a project using the Prefect server. I am just starting out so I am not sure if this is a bug or a problem with my understanding of the data model. So here's what I'm doing:
My project, and all the state of the Postgres DB is gone. I have a clean slate. This looks less than ideal. There's a ton of logs that I am getting from the server, so not quite sure what I should look at to diagnose this later. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @bogdanstate the server does not persist data by default and you will have to enable it with a couple extra CLI flags. More information here: https://docs.prefect.io/orchestration/server/deploy-local.html#database-persistence-and-migrations |
Beta Was this translation helpful? Give feedback.
Hi @bogdanstate the server does not persist data by default and you will have to enable it with a couple extra CLI flags. More information here: https://docs.prefect.io/orchestration/server/deploy-local.html#database-persistence-and-migrations