Skip to content

Commit

Permalink
Set data-dir explicitly for clone task
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderGreen committed Oct 6, 2016
1 parent b04c052 commit 335b465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
--host {{ repmgr_master_node }} \
--dbname {{ repmgr_db_name }} \
--user {{ repmgr_db_user }} \
--data-dir {{ repmgr_pg_data_dir }} \
--verbose \
standby clone
become_user: "{{ repmgr_user }}"
Expand Down

0 comments on commit 335b465

Please sign in to comment.