zulip/scripts/setup
Alex Vandiver a4d0f03319 scripts: Switch to stop-server/restart-server.
stop-server and restart-server address all services which talk to the
database, and are thus more correct than restarting or stopping
everything in supervisor.

This is possible now that the previous commit ensures that the zulip
user can read the zulip installation directory during
`create-database`; previously, that directory was still owned by root
when `create-database` was run, whereas now it is in
`~zulip/deployments/`.
2022-03-21 16:33:28 -07:00
..
apt-repos install: Support Ubuntu 22.04. 2022-02-25 14:49:07 -08:00
__init__.py setup: Add missing __init__.py. 2021-07-05 12:20:39 -07:00
compare-settings-to-template scripts: Fix running compare-settings-to-template from any CWD. 2021-12-07 14:45:53 -08:00
configure-rabbitmq configure-rabbitmq: Use rabbitmqctl await_online_nodes. 2022-03-14 16:26:05 -07:00
create-database scripts: Switch to stop-server/restart-server. 2022-03-21 16:33:28 -07:00
create-db.sql create-db: Default dbuser and dbname to zulip. 2021-05-26 17:19:11 -07:00
create-pgroonga.sql postgres-create-db: Split into non-pgroonga and pgroonga scripts. 2019-07-17 16:18:22 -07:00
flush-memcached memcached: Switch from pylibmc to python-binary-memcached. 2020-08-06 12:51:14 -07:00
generate-rabbitmq-cookie CVE-2021-43799: Set a secure Erlang cookie. 2022-01-25 02:13:53 +00:00
generate-self-signed-cert generate-self-signed-cert: Remove RANDFILE. 2022-02-25 14:49:07 -08:00
generate_secrets.py settings: Support arbitrary database user and dbname. 2021-05-25 13:46:58 -07:00
initialize-database scripts: Switch to stop-server/restart-server. 2022-03-21 16:33:28 -07:00
inline_email_css.py docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
install install: Use a period at end of root error message. 2021-06-23 08:42:46 -07:00
reindex-textual-data reindex-textual-data: Find psycopg2 in the virtualenv. 2022-01-26 11:56:30 -08:00
restore-backup scripts: Switch to stop-server/restart-server. 2022-03-21 16:33:28 -07:00
setup-certbot setup-certbot: Reinstate nginx reload after installation. 2021-12-10 16:43:53 -08:00
sha256-tarball-to scripts: Use curl -f (--fail). 2021-07-13 16:47:49 -07:00
terminate-psql-sessions terminate-psql-sessions: Rely on the caller to set PGHOST, PGUSER. 2020-06-15 21:37:14 -07:00
upgrade-postgresql upgrade-postgresql: Check for extension upgrade steps. 2021-11-20 07:13:50 -08:00