Skip to content

Instantly share code, notes, and snippets.

@greinacker
Last active September 11, 2023 01:10
Show Gist options
  • Select an option

  • Save greinacker/4968619 to your computer and use it in GitHub Desktop.

Select an option

Save greinacker/4968619 to your computer and use it in GitHub Desktop.
PostgreSQL 9.2.x replication
sudo -u postgres psql -c "CREATE USER replicator REPLICATION LOGIN ENCRYPTED PASSWORD 'password';"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment