docs(guides): variant+profile migration + Valkey auth fix (4 guides)#356
Merged
Conversation
Only four guides change in this PR:
- choose-cache — Valkey REQUIRES auth on Zerops: `${cache_password}` exists
and is mandatory (live-verified: an unauthenticated connection returns
`NOAUTH Authentication required`). Replaces the incorrect "Valkey runs
unauthenticated / no user/password env vars" claim. Plus the type-variant
(`valkey:single@7.2` / `:ha`) + scaling-profile form.
- choose-database — full type-variant (`postgresql:single@18` / `:ha`) +
scaling-profile (`oltp-hobby` / `oltp-staging` / `oltp-production`) form.
- production-checklist — `:single` / `:ha` variant + profile; the legacy
`mode:` field kept only as a clearly-labelled "Legacy form" deprecation note.
- scaling — container count keyed to the `:single` (1 node) / `:ha` (3 node)
variant; legacy `mode:` note retained so old YAML is still understood.
18f8eed to
fec0524
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates the managed-service guides from the deprecated
mode: HA|NON_HAform to the type-variant + scaling-profile form, and corrects the Valkey auth claim.Only 4 guides change in this PR — the rest of the sync run was unchanged:
${cache_password}exists and is mandatory (live-verified:NOAUTHwithout it). Fixes the wrong "unauthenticated / no password" claim. Plus thevalkey:single@7.2/:havariant + profile form.postgresql:single@18/:havariant +oltp-*scaling profile.:single/:havariant + profile; legacymode:kept only as a clearly-marked deprecation note.:single(1) /:ha(3); legacymode:note retained for older YAML.