mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
`postgresql-14.4` is a notable upgrade in the PostgreSQL series, as it fixes potential database corruption from `CREATE INDEX CONCURRENTLY` statements which are run while rows are modified[1]. However, it also requires an upgrade from `libllvm9` to `libllvm10`, which means it is not installed by a mere `apt-get upgrade`. Add the `--with-new-pkgs` flag to all of the potentially relevant `apt-get upgrade` calls, so that this (and similar) packages are upgraded successfully. [1]: https://www.postgresql.org/docs/release/14.4/ |
||
|---|---|---|
| .. | ||
| dev-vagrant-docker | ||
| emoji | ||
| __init__.py | ||
| bootstrap-aws-installer | ||
| bootstrap-awscli.sh | ||
| build_pygments_data | ||
| build_timezone_values | ||
| dev-motd | ||
| generate_integration_bots_avatars.py | ||
| generate_zulip_bots_static_files.py | ||
| generate-fixtures | ||
| generate-test-credentials | ||
| install-aws-server | ||
| install-shellcheck | ||
| install-shfmt | ||
| lang.json | ||
| optimize-svg | ||
| postgresql-init-dev-db | ||
| postgresql-init-test-db | ||
| setup_venvs.py | ||
| vagrant-provision | ||