sbrabez
04/26/2024, 11:02 AMproduction
on premise with tons (>10k) of flows/tasks history. We would like to upgrade to a more recent version (let’s say 2.18.0) because we have severals issues with 2.9.0 (flows are not retrying in some situations) and we would like to benefit of all the news bugs fixes and added features.
• I would like to know if we could straight migrate from 2.9.0
to 2.18.0
or we have to do all the intermediary versions 2.10
, 2.11
, 2,12
.. 🙏
• We are very concern of all breaking changes in the API that could happen between versions and in our own code base (libs, tasks and flows) and we want to limit the risks
• We had trouble during a past migration from 2.7.0
to 2.9.0
with alembic and DB changes and we would avoid to have that again
What would be your recommended way for the migration path from the old version `2.9.0` to a latest stable supported ? Thanks! 🤔sbrabez
04/26/2024, 11:42 AMMike Logaciuk
04/29/2024, 6:51 AMsbrabez
04/29/2024, 5:43 PMagent
launched as systemd service with this command
prefect agent start -q <queue_name> --api <api_url>
Our infra and premise are very specific to our needs (everything is self-hosted)
Thanks for the heads up!