Overall statistics not update, user statistics work

Using 1.9.3 and I’ve just noticed that the overall statistics (/list/stats/) have stopped working since February. Single user statistics are fine, all the way up to May.


My cronjob seem to be OK:

*/5 * * * * sudo /usr/local/hestia/bin/v-update-sys-queue letsencrypt
*/5 * * * * sudo /usr/local/hestia/bin/v-update-sys-queue backup
*/5 * * * * sudo /usr/local/hestia/bin/v-update-sys-rrd
10 00 * * * sudo /usr/local/hestia/bin/v-update-sys-queue traffic
20 00 * * * sudo /usr/local/hestia/bin/v-update-user-stats
30 00 * * * sudo /usr/local/hestia/bin/v-backup-user
15 02 * * * sudo /usr/local/hestia/bin/v-update-sys-queue disk
50 02 * * * sudo /usr/local/hestia/bin/v-update-letsencrypt-ssl
55 02 * * * sudo /usr/local/hestia/bin/v-update-sys-hestia-all
30 03 * * * sudo /usr/local/hestia/bin/v-update-sys-queue webstats
10 05 * * * sudo /usr/local/hestia/bin/v-backup-users

A second server has the same problem. What am I missing ?

It’s a bug.

If you want to fix the stats now, execute this as root:

cd /usr/local/hestia/bin/
mv v-update-user-stats v-update-user-stats.original
wget https://raw.githubusercontent.com/hestiacp/hestiacp/refs/heads/main/bin/v-update-user-stats
chmod +x v-update-user-stats
3 Likes

Excellent, thank you for this. I also got your other 2 updated scripts, v-update-user-counters and v-list-access-keys. Cheers!

1 Like

uh, my user stats have been broken for a long time. I’d give anything to get them working :slight_smile:
what is it
yourdomain.com/vstats?
I have tried LOTS of things, but nothing like ‘executing a script from github’

Sorry, I should search more, but I have hard time finding answers sometimes (google has gone downhill)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.