-
Notifications
You must be signed in to change notification settings - Fork 302
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
Question: Best Practices for updating and upgrading yopass with docker #1066
Comments
@crowzer0 , have you found a solution yet? |
All the data is stored into memcached, so you can't stop it, otherwise you'll lose everything
With this, the data will be kept and Yopass updated Still, this left memcached which won't be updated. It will return a lot of lines, and specifically this one : This will work with a local memcached instance, but not with all setup, like when activating an internal docker network.
Remove the network block if you don't use one.
If curr_items is equal to 0, you can happily run a docker-compose pull/down/up -d |
I use docker-compose in my installation. Now when I do an update:
I would delete all secrets that have not yet been retrieved.
Are there any best practices here already or am I missing something?
Credits: Thanks for the project and the many great work! I have been looking for this tool for a long time.
The text was updated successfully, but these errors were encountered: