Skip to content

Conversation

Andriciuc
Copy link
Collaborator

The original config file was taken from here and it is currently replaced with a more "up to date" version here.

@Andriciuc Andriciuc requested a review from nastena1606 as a code owner August 26, 2025 12:20
@Andriciuc Andriciuc added the documentation Improvements or additions to documentation label Aug 26, 2025
@Andriciuc
Copy link
Collaborator Author

Added:

parameters:
        unix_socket_directories: /tmp
        # Use unix_socket_directories: /var/run/postgresql for Debian/Ubuntu distributions

Copy link
Collaborator

@jeltz jeltz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jobinau do you have any comments on this config?

name: postgresql0

scope: tde
name: {{ansible_host}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are ansible specific stuff which I think we should remove, maybe replace it with pg1 as in Joni's example?

authentication:
replication:
username: replicator
password: rep-pass
password: {{secret}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again more ansible/jinja2 templating but here I am less sure what to replace it with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants