imixs/postgresThe imixs/postgres Docker image runs a backup service for Postgres Databases using the official postgres image.
The image runs version Postgres 12.2 and provides an backup and restore scripts. The backup feature can be configured in the same way as the imixs/backup image. See details here. The image does not start a postgres database. The goal of the image is providing a backup/restore service for postgres services.
Follow the Docker installation instructions for your host system.
You can start an instance of the postgres service with the Docker run command:
docker run --name="postgres" -it --rm \ -e SETUP_CRON="* 5 * * *" \ -e BACKUP_DB_PASSWORD="xxxxxxxxxxx" \ -e BACKUP_DB_HOST="db" \ -e BACKUP_DB_TYPE="POSTGRES" \ -e BACKUP_DB="wordpress" \ imixs/postgres
The source is available on Github. Please report any issues.
To build the image from the Dockerfile source file run:
docker build --tag=imixs/postgres .
To test the backup service in interactive mode start the docker service:
docker run --name="postgres" -it --rm \ -e SETUP_CRON="*/1 * * * *" \ -e BACKUP_DB_PASSWORD="xxxxxxxxxxx" \ -e BACKUP_DB_HOST="db" \ -e BACKUP_DB_TYPE="POSTGRES" \ -e BACKUP_DB="wordpress" \ imixs/postgres
This will trigger the backup every minute.


manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务