https://clickhouse.com/docs/faq/operations/production#how-to-choose-between-clickhouse-releases
stable is the kind of package we recommend by default. They're released roughly monthly (and thus provide new features with reasonable delay) and three latest stable releases are supported in terms of diagnostics and backporting of bug fixes.
lts are released twice a year and are supported for a year after their initial release. You might prefer them over stable in the following cases:
Your company has some internal policies that don't allow for frequent upgrades or using non-LTS software.
You're using ClickHouse in some secondary products that either don't require any complex ClickHouse features or don't have enough resources to keep it updated.
we're on version 24.8.6.70 which is EOL. I looked at the changelog and there don't appear to be any issues that require urgent upgrade but we should consider doing this sooner or later as some changes are not backwards compatible and therefore we may not want to get too far behind a stable or LTS release.
https://clickhouse.com/docs/faq/operations/production#how-to-choose-between-clickhouse-releases
we're on version 24.8.6.70 which is EOL. I looked at the changelog and there don't appear to be any issues that require urgent upgrade but we should consider doing this sooner or later as some changes are not backwards compatible and therefore we may not want to get too far behind a stable or LTS release.