This repository has been archived on 2021-08-31. You can view files and clone it, but cannot push or open issues or pull requests.
mattermost/db
Marc Becker 4075f0f922 Installing missing package pv (#443)
I tried to use wal-e as mentioned on dockerhub (see https://hub.docker.com/r/mattermost/mattermost-prod-db). To do the base backup I had to do some additional steps (see https://github.com/mattermost/mattermost-docker/issues/346):
- mount a volume into the database docker container (path in the container is /etc/wal-e.d/env) and put all credentials and the s3 prefix to this folder
- exec into the container and create a superuser (Command: CREATE USER postgres SUPERUSER;)

Now it still fails with the message, that the package *pv* is missing
2020-01-14 18:25:53 +01:00
..
Dockerfile Installing missing package pv (#443) 2020-01-14 18:25:53 +01:00
entrypoint.sh Bug fixes (#427) 2019-11-29 16:25:20 +01:00
setup-wale.sh Images Postgres Alpine, optimization (#207) 2018-02-26 16:43:54 +01:00