Search found 2 matches
- Wed May 15, 2019 6:08 am
- Forum: Database Server
- Topic: v-update-sys-rrd-mysql keeps sending errors
- Replies: 1
- Views: 5155
Re: v-update-sys-rrd-mysql keeps sending errors
Solved. It is a part of v-update-sys-rrd what calls v-update-sys-rrd-mysql. # Updating db stats if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'no' ]; then for type in ${DB_SYSTEM//,/ }; do # Switching on db type case $type in mysql) $BIN/v-update-sys-rrd-mysql $period >/dev/null 2>&1 ;; pgsql) $BIN/...
- Wed May 08, 2019 1:39 pm
- Forum: Database Server
- Topic: v-update-sys-rrd-mysql keeps sending errors
- Replies: 1
- Views: 5155
v-update-sys-rrd-mysql keeps sending errors
Hi, I turned off the mysql server in VestaCP because I use the remote server only. Then I realized that it keeps sending me mails in every 5 minutes. (Can't connect....etc.) In error log I can see that the Vesta command v-update-sys-rrd-mysql is generating this regularly. (I tried to run it manually...