Skip to content

Orch8 0.6 Archive

This is frozen compatibility guidance for 0.6. It receives no corrections for current behavior. For new work, use the 0.7 documentation.

Install the pinned release

Bash
curl -fsSL https://orch8.io/start.sh | sh -s -- --version 0.6.0
orch8 --version

Compatibility notes

0.6 sequences predate the complete 0.7 step-contract and scheduler behavior. Keep the engine and schema migrations pinned together. Do not copy 0.7-only handler parameters into a 0.6 deployment.

Upgrade to 0.7

Back up PostgreSQL, export sequence definitions, read the breaking-change checklist, test a copy of production data, and then migrate one environment at a time.

Open the current migration guide

Historical source remains available in the repository tags and commit history; this page intentionally summarizes only operationally safe archive guidance.

Was this helpful?