Skip to content

Commit baed66b

Browse files
committed
Moving script files from 24.10 to 24.12. Enabling journey and content plugins on upgrade.
1 parent a571691 commit baed66b

7 files changed

+4
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

bin/upgrade/24.10/upgrade_fs.sh bin/upgrade/24.12/upgrade_fs.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ then
2323
#enable command line
2424
bash "$DIR/scripts/detect.init.sh"
2525

26+
countly plugin enable journey_engine;
27+
countly plugin enable content;
28+
2629
#upgrade plugins
2730
nodejs "$DIR/scripts/install_plugins.js"
2831

@@ -45,5 +48,5 @@ elif [ "$CONTINUE" == "-1" ]
4548
then
4649
echo "Filesystem is upgraded to higher version"
4750
else
48-
echo "Unknown ugprade state: $CONTINUE"
51+
echo "Unknown upgrade state: $CONTINUE"
4952
fi

0 commit comments

Comments
 (0)