jratienzaJ
ZITADEL3mo ago
43 replies
jratienza

Postgres to postgres mirroring does not work

🏬Self-hostedUnsolved🪲Bugs
The documentation suggests that a postgres to postgres migration should be possible. However, even when explicitly setting the source to be postgres thru either env vars (
export ZITADEL_SOURCE_POSTGRES_*
) or within the config.yaml (
Source.postgres
), it seems that the command
zitadel mirror
still expects the mirror to happen with crdb as source.

This behavior is not present in
zitadel setup --for-mirror
.
Screenshot_2025-12-17_at_10.17.43_PM.png
Was this page helpful?