mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Update upgrade
This commit is contained in:
parent
f58f50341c
commit
d2570d3aab
1 changed files with 8 additions and 1 deletions
|
@ -136,8 +136,15 @@ ynh_add_systemd_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Configuring a mongod..." --weight=1
|
||||
|
||||
echo -e "replication:\n replSetName: \"rs01\"" | tee -a /etc/mongod.conf
|
||||
sed -i "s/^# engine:/ engine: wiredTiger/" /etc/mongod.conf
|
||||
sed -i "s/^#replication:/replication:\n replSetName: rs01/" /etc/mongod.conf
|
||||
|
||||
ynh_exec_warn_less systemctl enable $mongodb_servicename --quiet
|
||||
ynh_systemd_action --service_name=$mongodb_servicename --action=restart
|
||||
|
||||
sleep 10
|
||||
|
||||
mongo --eval "printjson(rs.initiate())"
|
||||
#=================================================
|
||||
# SETUP LOGROTATE
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue