Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ echo "
[General]
always_load_commands_from_plugin=ExtraTools
force_ssl = 1
maintenance_mode = 1

[Tracker]
record_statistics = 0
" >> /usr/src/matomo/config/config.ini.php

rsync --checksum --recursive --links --times --omit-dir-times --no-owner --no-group --no-perms --delete \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ fi

./console plugin:activate TagManager || abort "could not install tag manager"
./console plugin:deactivate ProfessionalServices Marketplace Feedback || echo "could not uninstall professional services, marketplace and feedback"

# Remove database from maintenance mode after upgrade
sed -i '/^maintenance_mode = 1$/d; /^\[Tracker\]$/d; /^record_statistics = 0$/d' init.sh