Stick to Redis instead of APCu

This commit is contained in:
Pinga 2025-02-12 15:22:42 +02:00
parent 73e19087ae
commit fb2ef70b71
6 changed files with 87 additions and 94 deletions

View file

@ -64,7 +64,7 @@ systemctl stop msg_worker
echo "Clearing cache..."
php /var/www/cp/bin/clear_cache.php
apt install -y php8.3-apcu php8.3-bcmath
apt install -y php8.3-bcmath
# Clone the new version of the repository
echo "Cloning v1.0.15 from the repository..."