docs: Document manual update_analytics_counts.

This commit is contained in:
Tim Abbott 2023-12-15 09:27:12 -08:00
parent fb5137f8b5
commit ace8344b5a
2 changed files with 11 additions and 2 deletions

View File

@ -198,6 +198,15 @@ Some of the graphs on your server's [usage statistics
page](https://zulip.com/help/analytics) can be generated from these
statistics.
When enabled, usage statistics are submitted via an hourly cron
job. If you'd like to access plan management immediately after
enabling `SUBMIT_USAGE_STATISTICS=True` on a pre-8.0 Zulip server, you
can run the analytics job manually via:
```
/home/zulip/deployments/current/manage.py update_analytics_counts
```
Our use of uploaded usage statistics is governed by the same [Terms of
Service](https://zulip.com/policies/terms) and [Privacy
Policy](https://zulip.com/policies/privacy) that covers the Mobile

View File

@ -32,8 +32,8 @@
<p>
Your Zulip server's administrator can fix this issue by <a
href="https://zulip.readthedocs.io/en/stable/production/upgrade.html">upgrading</a>
the server to Zulip 8.0+, or enabling the
<code>SUBMIT_USAGE_STATISTICS</code> setting.
the server to Zulip 8.0+, or <a href="https://zulip.readthedocs.io/en/stable/production/mobile-push-notifications.html#uploading-usage-statistics">enabling the
<code>SUBMIT_USAGE_STATISTICS</code> setting</a>.
</p>
{% endif %}
</div>