zulip/scripts
Anders Kaseorg 12310189ed install: Support Debian 12.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-18 11:52:22 -07:00
..
lib install: Support Debian 12. 2023-05-18 11:52:22 -07:00
nagios ruff: Fix SIM118 Use `key in dict` instead of `key in dict.keys()`. 2023-01-04 16:25:07 -08:00
setup install: Support Debian 12. 2023-05-18 11:52:22 -07:00
README.md
__init__.py
get-django-setting
log-search log-search: Filter out /error_tracing endpoints. 2023-05-05 14:45:46 -07:00
purge-old-deployments
refresh-sharding-and-restart
restart-server puppet: Switch the `rolling_restart` setting to use the bool values. 2023-05-11 15:54:15 -07:00
start-server
stop-server
upgrade-zulip
upgrade-zulip-from-git
zulip-puppet-apply zulip-puppet-apply: Any resources failing to apply should exit 2. 2023-04-19 09:35:19 -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.