Skip to content

Commit

Permalink
Merge pull request #4499 from EnterpriseDB/docs/eprs/xdb-1753
Browse files Browse the repository at this point in the history
Replication Server: super user permissions not required
  • Loading branch information
drothery-edb authored Jul 25, 2023
2 parents b6c3503 + 28830f7 commit c108d27
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ Choose or create a database passworded user name to serve as the subscription da

When creating the subscription database definition, enter the subscription database user name in the Subscription Service – Add Database dialog box (see [Adding a subscription database](../03_creating_subscription/02_adding_subscription_database/#adding_subscription_database)).

The subscription database user must also be able to run the `TRUNCATE` command on the subscription tables. This requires the following:

- Superuser privileges.
- The ability to modify the system catalog tables to disable foreign key constraints on subscription tables. See [Disabling foreign key constraints for snapshot replications](../../10_appendix/03_miscellaneous_xdb_processing_topics/04_disable_foreign_key_constraints_for_snapshot_replication/#disable_foreign_key_constraints_for_snapshot_replication) for more information on this requirement.

When choosing the subscription database user name, you can either:

- For the subscription database user name, use the Postgres user name postgres created when you installed PostgreSQL (enterprisedb for EDB Postgres Advanced Server installed in Oracle-compatible configuration mode). If you choose this option, skip Step 1 and proceed to Step 2.
Expand Down

1 comment on commit c108d27

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.