zulip/scripts
Anders Kaseorg a31ff01211 node_cache: Disable pnpm update check.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-02 12:29:38 -07:00
..
lib node_cache: Disable pnpm update check. 2023-05-02 12:29:38 -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 emails: Inline CSS in emails in build_email. 2023-04-05 12:22:29 -07:00
__init__.py
get-django-setting
log-search puppet: Rotate access log files every day, not at 500M. 2023-04-06 14:31:16 -04:00
purge-old-deployments
README.md
refresh-sharding-and-restart
restart-server start-server: More gracefully handle only starting part of the server. 2023-04-04 10:58:56 -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

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.