Hi, Today, after using our CI/CD pipeline to push...
# ask-community
n
Hi, Today, after using our CI/CD pipeline to push some changes to our PrefectCloud account, the information of the flow runs from earlier versions have vanished. The version numbers are right, but is like the olders never existed. Is this the intended behaviour?
Sin título
This is the bash script used to log flows. For each folder under flows/, it registers all the flows it contains in the project that is named like the folder.
k
Hey @Nacho Rodriguez, by information, do you mean previous flow runs?
n
Exactly. All the past flow runs have disappeared.
k
You should be able to go to the flow page and click a previous version and see the flow runs
Just note that there is a retention period for flow runs (2 weeks for standard tier)
n
The old versions disappeared. And the flow runs with them. The version numbers seems ok. Just to clarify with an example, imagine I had a flow with +300 runs in the last week. The version number was 1. I registered the flow again. Now in Prefect Cloud I only see the version 2, and the version 1 with all the flow runs related to that version number dissapeared like it never existed.
k
Got it. Will report to the team
So there was an issue with the history retention logic that caused it to remove runs if the version 
created_by
 timestamp was outside of the history retention period. This will be fixed in the next hour or so to only take out a version if all of the runs are outside the retention period.