Skip to content

adding host name to pstgres command#82

Open
aagrawalrtsl wants to merge 1 commit into
masterfrom
SIMPLEBACK_123_deployment_fix
Open

adding host name to pstgres command#82
aagrawalrtsl wants to merge 1 commit into
masterfrom
SIMPLEBACK_123_deployment_fix

Conversation

@aagrawalrtsl
Copy link
Copy Markdown
Contributor

Story card: SIMPLEBACK-123

Because

Deployments on ET demo are not going through

This addresses

The problem was that the psql command in the check if schema has been loaded task was missing the -h (host) flag, so it was attempting to connect to a local PostgreSQL instance on the web server instead of the remote PostgreSQL primary server.
Added -h {{ groups.postgres_primary | first }} to the psql command to specify the correct PostgreSQL server.

Test instructions

Enter detailed instructions for how to test this PR...

@aagrawalrtsl aagrawalrtsl requested a review from ajay-rtsl May 26, 2026 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant