Skip to content

fix: add pg username to migration job#156

Open
knorr3 wants to merge 1 commit intochatwoot:mainfrom
knorr3:main
Open

fix: add pg username to migration job#156
knorr3 wants to merge 1 commit intochatwoot:mainfrom
knorr3:main

Conversation

@knorr3
Copy link
Copy Markdown

@knorr3 knorr3 commented Mar 19, 2025

Description

After setting up chatwoot today, my instance was not able to start. I am using the built-in bitnami postgrsql db.
As it turned out, the db initialization (migration job) was stuck, because the pg_isready command in the init container didn't succeed. It just printed out no attempt, which suggests an invalid configuration (see https://www.postgresql.org/docs/current/app-pg-isready.html).

Solution

After adding the -U postgres parameter manually, the command exited with 0 and the migrations where able to run.

@sojan-official sojan-official added the community PRs from the community label Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community PRs from the community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants