diff --git a/README.md b/README.md index 9e9ccd2a..bade76d1 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ linux based distributions, you can replace it with [installing_deps_archlinux.sh There is also a [Travis file](.travis.yml) used for automating the installation that can be used to build and install AIL on other systems. +Python 3 Upgrade +------------ + +To upgrade from an existing AIL installation, you have to launch [python3_upgrade.sh](./python3_upgrade.sh), this script will delete and create a new virtual environment. The script **will upgrade the packages but won't keep your previous data** (neverthless the data is copied into a directory called `old`). If you install from scratch, you don't require to launch the [python3_upgrade.sh](./python3_upgrade.sh). + Docker Quick Start (Ubuntu 16.04 LTS) ------------ diff --git a/bin/packages/modules.cfg b/bin/packages/modules.cfg index 728763c4..b9e29506 100644 --- a/bin/packages/modules.cfg +++ b/bin/packages/modules.cfg @@ -114,10 +114,6 @@ publish = Redis_Duplicate,Redis_alertHandler subscribe = Redis_Global publish = Redis_Duplicate,Redis_alertHandler -[DbDump] -subscribe = Redis_Global -publish = Redis_Duplicate,Redis_alertHandler - [Bitcoin] subscribe = Redis_Global publish = Redis_Duplicate,Redis_alertHandler