fix postgres healthcheck #4

Open
Apfelwurm wants to merge 1 commits from fix/postgreshealthcheck into master
Owner

the postgres healthcheck seems to trigger

[39] FATAL:  database "zammad" does not exist

so i specified the database to the healthcheck to fix this.

the postgres healthcheck seems to trigger ``` [39] FATAL: database "zammad" does not exist ``` so i specified the database to the healthcheck to fix this.
Apfelwurm added 1 commit 2026-01-28 00:34:18 +00:00
Owner

@carla @javielico can you review this (pinging you as you did the last commits)

@carla @javielico can you review this (pinging you as you did the last commits)
You are not authorized to merge this pull request.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/postgreshealthcheck:fix/postgreshealthcheck
git checkout fix/postgreshealthcheck
Sign in to join this conversation.