Jens Willmer

Results 105 comments of Jens Willmer

Same problem. Adding the public url setting to the appconfig does prevent the server from replying to traefik.

I made some research. The public URL check is done in Mattermost by calling `schema://mattermost-domain.tld/api/v4/system/ping`. When I enter this in my browser I get a response. However in the docker...

I managed to get a valid URL by setting it in the config.json (and ignoring the validation error).

I found and use the following images: ``` mattermost/mattermost-prod-db:v5.31.0 mattermost/mattermost-team-edition:5.31.0 ``` https://hub.docker.com/u/mattermost

Backup of all postgres database does not work when setting `SPLIT_DB=TRUE`. The line @tiredofit [describes](https://github.com/tiredofit/docker-db-backup/issues/14#issuecomment-508487101) gives me the following output: ``` bash-5.0# export PGPASSWORD=$DB_PASS bash-5.0# psql -h $DB_HOST -U $DB_USER...

@pennal please try it now by defining the database name `DB_NAME`. The `DB_NAME` should be the database against the client should authenticate. I tested it myself and after the merged...

I will see if I find time but I will need help testing the implementation. I can test `pgsql` since I already have it in use can you test `mysql`...

@tiredofit pull request is created. `Export all DBs in single file` is only implemented (working) for mysql. The other two points are as described. Please let your guys test it...

I think the health check could check if it still get connection to the specified database?

When can we expect a merge?