Hey everyone, Does anybody know why this happens ...
# ask-community
f
Hey everyone, Does anybody know why this happens when I am running my flows after upgrading from Prefect 0.14.13 to 0.14.17? Thank you in advance 🙂
c
Silly question - have you re-registered the flow?
f
Yes I have 😛
For some reason the Prefect Core Version says its 0.14.6 though
c
Hmmm that's the agent version though right? In your last screenshot?
What is the prefect version where the flow is registered on?
f
Should be 0.14.17
c
But is it 😉
f
Hahaha
c
As that flow is saying otherwise
And that version is the version it's serialised with afaik
f
This is the actual agent but the other screenshot was from the flow
c
Okay
f
oh wow
I think I get what's going on
c
Where was the flow registered?
f
I portforwarded to apollo
c
The version of the flow is dependent on the prefect version where it was registered locally
f
but my local versiois 0.14.6
Thanks a lot
c
Np!
f
Will fix it right now
😛
c
Version mismatches are my usual go-to when it was working before
f
0.14.13 was compatible with 0.14.6
apparently
c
Hmmm
Best to always keep flows at the same version as the agent
f
I will definitely do that from now, thanks a lot again! 😄
🙌 1
k
Yeah there was a change here that broke some flows. In general, good the version of the Agent and the Prefect Server instance must always be >= the Flow’s version.