You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to the creation of the Publication in PG.
We use the default value (all-tables) of publication.autocreate.mode in the connector. Thus it will create a publication for all tables in the database which requires the user to have Superuser.
We plan to use the filtered config for it, then it wouldn't need to have Superuser role to create the publication. And I think we should suggest users create the required publication in advance before starting the connector. cc @WillyKidd
Describe the bug
postgres-cdc actually require Superuser role, otherwise
While the document says it only need REPLICATION and CREATEDB role. I followed it and then failed.
To Reproduce
No response
Expected behavior
No response
Additional context
See more discussion https://risingwave-labs.slack.com/archives/C03A2PSS8KU/p1678350102536159
The text was updated successfully, but these errors were encountered: