Skip to content

Commit

Permalink
Update redis to 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ckane committed Jun 27, 2022
1 parent 9602e13 commit 003cf5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencti_scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ typedb_core_server_version="2.11.0"
minio_dir="/opt/minio/data"

# Redis
redis_ver="6.0.5"
redis_ver="7.0.2"

# RabbitMQ
rabbitmq_ver="3.8.34-1"
Expand Down Expand Up @@ -436,7 +436,7 @@ fi
if [[ ! -f "/etc/redis/redis.conf" ]]
then
cp "redis-${redis_ver}/redis.conf" "/etc/redis/redis.conf"
sed -i 's/^supervised no/supervised systemd/' "/etc/redis/redis.conf"
sed -i 's/^\#\ supervised\ .*$/supervised auto/' "/etc/redis/redis.conf"
chown redis:redis "/etc/redis/redis.conf"
fi

Expand Down

0 comments on commit 003cf5c

Please sign in to comment.