Skip to content

Instantly share code, notes, and snippets.

@vvgsrk
Created June 30, 2022 12:58
Show Gist options
  • Save vvgsrk/3ff4ef264b8393d62449113da1b373db to your computer and use it in GitHub Desktop.
Save vvgsrk/3ff4ef264b8393d62449113da1b373db to your computer and use it in GitHub Desktop.
Enable replication
-- Modify an existing permanent database to serve as a primary database using following statement
ALTER DATABASE amadeus_dynamic_pricing ENABLE REPLICATION TO ACCOUNTS ORGANIZATION_CODE.ORGANIZATION_NAME IGNORE EDITION CHECK;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment