mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
5308fbdeacsplit out `zulip::postgresql_client`, and80ef38757amade it no longer depend on `zulip::postgresql_common`, but directly on `zulipconf('postgresql', 'version', undef)`. However, the installer depended on recognizing `zulip::postgresql_common` in the list of pulled-in classes to know that we needed to keep the `postgresql.version` setting in `/etc/zulip.conf`. Update the installer to also recognize `zulip::postgresql_client` as a class which tells us to keep `postgresql.version` in our settings. (cherry picked from commit22300373d3)
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.