zulip/scripts/lib
Alex Vandiver 31f1f10501 installer: Halt if wrong version of PostgreSQL is already installed.
49a7a66004 and immediately previous commits began installing
PostgreSQL 12 from their apt repository.  On machines which already
have the distribution-provided version of PostgreSQL installed,
however, this leads to failure to apply puppet when restarting
PostgreSQL 12, as both attempt to claim the same port.

During installation, if we will be installing PostgreSQL, look for
other versions than what we will install, and abort if they are
found.  This is safer than attempting to automatically uninstall or
reconfigure existing databases.
2020-06-24 12:57:38 -07:00
..
third install-yarn: Fix buggy status check for the signature. 2018-04-09 15:09:37 -07:00
__init__.py
build-pgroonga provision: Added provision support for Ubuntu 20.04(Focal). 2020-03-17 14:57:14 -07:00
certbot-maybe-renew certbot: Switch to use certbot from apt. 2020-06-08 21:59:29 -07:00
check_rabbitmq_queue.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
clean-unused-caches python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
clean_emoji_cache.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
clean_node_cache.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
clean_venv_cache.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
create-production-venv python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
create-thumbor-venv python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
email-mirror-postfix email-mirror-postfix: Handle 8-bit messages correctly. 2020-06-14 20:24:06 -07:00
hash_reqs.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
install installer: Halt if wrong version of PostgreSQL is already installed. 2020-06-24 12:57:38 -07:00
install-node install-node: Upgrade Node.js to 12.18.0. 2020-06-07 11:06:57 -07:00
node_cache.py python: Convert percent formatting to "".format in certain files. 2020-06-14 23:27:22 -07:00
pythonrc.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
queue_workers.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
setup-apt-repo installer: Remove code specific to stretch or xenial. 2020-06-24 12:57:38 -07:00
setup-apt-repo-debathena installer: Remove code specific to stretch or xenial. 2020-06-24 12:57:38 -07:00
setup-yum-repo setup-yum-repo: Update url of postgresql rpm repo. 2020-06-08 11:26:07 -07:00
setup_path.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
setup_venv.py python: Convert percent formatting to "".format in certain files. 2020-06-14 23:27:22 -07:00
sharding.py python: Convert more "".format to Python 3.6 f-strings. 2020-06-13 15:39:00 -07:00
unpack-zulip python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
upgrade-zulip python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
upgrade-zulip-from-git python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
upgrade-zulip-stage-2 upgrade-zulip-from-git: Fix setting postgres_version. 2020-06-18 22:01:01 -07:00
zulip_tools.py upgrade-zulip: Pin the postgres version to the OS default. 2020-06-16 17:05:46 -07:00