Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow local replication connections #178

Merged

Commits on Jan 25, 2018

  1. Fix pg_hba.conf whitespace

    carbonin committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    585944e View commit details
    Browse the repository at this point in the history
  2. Add line to allow replication connections using peer auth

    This will allow local database backups to succeed without
    providing a host, username, and password
    
    If a user attempted a backup of the local database
    previously, it would fail with the following message:
    pg_basebackup: could not connect to server: FATAL:  no pg_hba.conf entry for replication connection from host "[local]", user "root", SSL off
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1538584
    carbonin committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    a4868a0 View commit details
    Browse the repository at this point in the history