You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni 16cad24392 README 5 years ago
dovecot Updated dovecot 5 years ago
milter-sasl Updated milter-sasl 5 years ago
opendkim Updated opendkim 5 years ago
postfix Updated postfix 5 years ago
postfixadmin Updated postfixadmin 5 years ago
postgresql Updated postgres 5 years ago
.gitignore misc 5 years ago
README.md README 5 years ago
docker-compose.yml Updated docker-compose.yml 5 years ago
env Updated env 5 years ago

README.md

postfixadmin default admin: root@example.com:toor42

Upgrade 1.x.x => 2.x.x:

  • Move SSL certs to data/common/certs/{cert.pem,privkey.pem,chain.pem,fullchain.pem}
  • Visit postfixadmin/setup.php to upgrade database
docker-compose down
docker run --rm -v "$(pwd)/data/postgresql/data:/var/lib/postgresql/9.6/data" -v "$(pwd)/data/postgresql/data_new:/var/lib/postgresql/11/data" tianon/postgres-upgrade:9.6-to-11
mv data/postgresql/data data/postgresql/data_old
mv data/postgresql/data_new data/postgresql/data
docker-compose up --build -d