Jump to content

calkarob

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by calkarob

  1. Thank you, it's working just great!

     

    I also want to make Set-Up Master (johnny.heliohost.org) - Slave (my local mashine) Replication for PostgreSQL... but I think I can't edit file  postgresql.conf

    Maybe you can help me to setup in the best way it's possible...

     

    I want few changes if this is posible:

     

    wal_level = hot_standby

    synchronous_commit = local

    max_wal_senders = 5
    wal_keep_segments = 32

    synchronous_standby_names = 'pgslave001'

    archive_mode = on
    archive_command = 'cp %p /var/lib/postgresql/9.6/main/archive/%f'

  2. Thank you for effort, but I still receive same error when I want use command:

     

    $ psql --host=65.19.141.67 --port=5432 --dbname=calkarob_first_test --username=calkarob_first_test

     

    Error:

    psql: FATAL:  no pg_hba.conf entry for host "89.74.136.109", user "calkarob_first_test", database "calkarob_first_test", SSL off
×
×
  • Create New...