Hi all, I just updated the prefect to 2.7.5 but al...
# prefect-community
t
Hi all, I just updated the prefect to 2.7.5 but all of my flow run state now becomes unknown.....how should I fix it?
z
Hi! I’ve raised this with our UI team and we are investigating.
❤️ 1
🙏 1
j
Thanks for letting us know @Tuoyi Zhao. What version of prefect were you using previously?
t
Hi @justabill, I don't remember exactly, but i believe it's around 2.7.2
j
Thank you. I've opened a bug issue here. We'll report back if/when we've resolved the issue.
❤️ 1
Could you please run
prefect flow-run ls
and let us know whether you can see the state of each flow run in the CLI?
t
Here's the result....an exception occured
j
Thank you
😄 1
z
What’s the output of
prefect version
?
t
message has been deleted
🙏 1
z
What’s the output of that on your server hosting the API? Is your API the same version? Are you using SQLite or Postgres?
t
the API is hosted locally....i use the default the backend database, should be SQLite in this case
z
Great thanks!
And you’ve restarted the API since you upgraded?
t
yes, i terminated the API, and restarted it with
prefect orion start
🙏 1
z
Great thanks!
If you run a new flow, does the state appear?
t
Sorry i was in a meeting....going to test it now
j
@Tuoyi Zhao, we believe that this issue was cause by a database migration error in the 2.7.5 release impacting SQLite users. We'll share more information as soon as possible.
👍 1
t
I just ran a simple test to print current time.....I can see the pending tag in Deployment and Flow Runs, but that pending task is hanged and will not be executed. I checked the agent, and it shows:
i can run this flow successfully if run directly without deploy it first.....was the deployment from python changed in the new version?
message has been deleted