zulip/scripts
Tim Abbott 0a756c652c push_notifications: Shard mobile push notifications. 2024-05-02 14:25:10 -07:00
..
lib push_notifications: Shard mobile push notifications. 2024-05-02 14:25:10 -07:00
nagios push_notifications: Shard mobile push notifications. 2024-05-02 14:25:10 -07:00
setup Revert "apt-repos: Disallow libmagic1 1:5.45-2 (Ubuntu 24.04) again." 2024-04-10 16:07:25 -07:00
README.md
__init__.py
get-django-setting
log-search ruff: Fix E226 Missing whitespace around arithmetic operator. 2024-03-01 09:30:04 -08:00
purge-old-deployments
refresh-sharding-and-restart
reload-clients reload-clients: Log how many reload events were actually sent. 2024-03-01 09:31:20 -08:00
restart-server katex: Replace subprocess call with minimal external service. 2024-03-15 15:34:12 -07:00
start-server
stop-server
upgrade-zulip
upgrade-zulip-from-git
zulip-puppet-apply Remove support for Ubuntu 20.04 and Debian 11. 2024-04-01 13:27:39 -07:00

README.md

This directory contains scripts that:

  • Generally do not require access to Django or the database (those are "management commands"), and thus are suitable to run operationally.

  • Are useful for managing a production deployment of Zulip (many are also used in a Zulip development environment, though development-only scripts live in tools/).

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.