From 66037820a7bf6473e42d06593f528d8f802ead96 Mon Sep 17 00:00:00 2001 From: micafer Date: Thu, 21 Sep 2023 16:14:34 +0200 Subject: [PATCH] update changelog --- changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog b/changelog index a440652d..3d74e31f 100644 --- a/changelog +++ b/changelog @@ -747,4 +747,9 @@ IM 1.15.0: WARNING: It requires a DB update. Please make a copy of the DB before applying the script. Use scripts/db_1_14_X_to_1_15_X.py to update it. + It can be used with a docker image with this comand: + In case of SQLITE: + docker run --rm -v /etc/im/test.dat:/test.dat -ti ghcr.io/grycap/im:db_1_14_15 python3 /db_1_14_X_to_1_15_X.py "sqlite:///test.dat" + I case of MySQL: + docker run --rm ti ghcr.io/grycap/im:db_1_14_15 python3 /db_1_14_X_to_1_15_X.py "mysql://username:password@server/db_name" * Add requests-cache to improve performance in TOSCA parsing \ No newline at end of file