Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to update docker-wildduck from old version to latest? #8

Closed
jet10000 opened this issue Nov 16, 2019 · 3 comments
Closed

How to update docker-wildduck from old version to latest? #8

jet10000 opened this issue Nov 16, 2019 · 3 comments
Labels
question Further information is requested

Comments

@jet10000
Copy link

How to backup data and settings?

Any suggestion?

@rqelibari
Copy link
Contributor

Can you please post your configuration? E.g. the specific part of your docker-compose.yml or the docker command you run your container with.

@rqelibari rqelibari added the question Further information is requested label Nov 18, 2019
@jet10000
Copy link
Author

jet10000 commented Nov 19, 2019

my docker-compose.yml just like https://github.com/astzweig/docker-wildduck/blob/master/docker-compose.yml with only change

            - FQDN=mailserver1.example.com
            - MAIL_DOMAIN=example.com
           - API_URL=https://mailserver1.astzweig.de:5438

docker command just run docker-compose up -d mail

I want to use latest astzweig/docker-wildduck, but my mail server has data and settings.

how to backup these and import to new?

@rqelibari
Copy link
Contributor

If you use the default docker-compose.yml your mail data and configuration are already being persisted in the docker volumes mongodbs and mailconfig. To update the container you can follow the instructions on this thread and run the following commands in your docker-compose.yml directory:

$ docker-compose pull mail
$ docker-compose restart mail
$ docker image prune -f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants