Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-3197

Incorrect information in Debezium connector for Postgres documentation

XMLWordPrintable

      In the following documentation: https://debezium.io/documentation/reference/connectors/postgresql.html

       

      In the AWS RDS section it mentioned:

      "
      Use the RDS master account for replication as RDS currently does not support setting of REPLICATION privilege for another account.
      "
       
      It's true that you can't grant REPLICATION privilege to another account, but I managed to get this to work by:
       
      1. Creating a new user and
      2. Granting `rds_replication` to that user: 
       
       
      grant rds_replication to my_user

       

       

              broldan@redhat.com Robert Roldan
              victorhadianto Victor Hadianto (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: