Docs: Reword Docker upgrading section

This commit is contained in:
Ilija Lazoroski 2021-10-25 18:54:28 +02:00
parent a399e8a0ea
commit d14e4dee31
1 changed files with 4 additions and 3 deletions

View File

@ -135,9 +135,10 @@ Currently, there's no "upgrade-in-place" option when a new version is released.
To get an updated version, download it, stop the current container and run the To get an updated version, download it, stop the current container and run the
installation commands again with the new file. installation commands again with the new file.
When running an updated version using a volume make sure that you have empty If you've configured Monkey Island to use a docker volume to store runtime data,
volume for the Island. Also make sure that you don't have an old mongodb make sure that it is empty before upgrading the Infection Monkey. Also make sure
volume. that you use a clean volume for MongoDB, as database schemas may not be compatible
between different versions of the Infection Monkey.
If you'd like to keep your existing configuration, you can export it to a file If you'd like to keep your existing configuration, you can export it to a file
using the *Export config* button and then import it to the new Monkey Island. using the *Export config* button and then import it to the new Monkey Island.