Postgres to postgres mirroring does not work
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 (
This behavior is not present in
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.
