zulip/docs
Kouhei Sutou a046a0957b docs: Fix upgrade process for Ubuntu 16.04 -> 18.04.
We need to disable "CREATE EXTENSION pgroonga" in zulip-puppet-apply
by creating /usr/share/postgresql/10/pgroonga_setup.sql.applied.
Because PostgreSQL 10 isn't running in this case. If PostgreSQL 10
isn't running, we can't run "CREATE EXTENSION pgroonga".

We can't use pg_upgrade with PGroonga. PGroonga's install SQL
https://github.com/pgroonga/pgroonga/blob/master/data/pgroonga.sql has
conditions to support multiple PostgreSQL versions. So it's not safe
to use pg_upgrade. pg_upgrade copies metadata for PostgreSQL 9.5 to
PostgreSQL 10. We need to use pg_dump and pg_restore to upgrade
PGroonga correctly for PostgreSQL 10.
2019-05-03 17:35:32 -07:00
..
_static install docs: Tighten "create organization" step. 2018-03-06 19:43:02 -08:00
contributing docs: Direct GSoD students to #documentation instead of #GSoC. 2019-04-30 14:52:53 -07:00
development docs: Fix incorrect path to remote development nginx file. 2019-04-11 16:24:57 -07:00
git docs: Fix easy HTML validation errors and warnings. 2019-04-23 12:56:05 -07:00
images docs: Update docs/git/ directory to reflect CI changes. 2018-12-11 12:46:18 -08:00
overview docs: Stop mentioning legacy Android app in gsoc ideas. 2019-04-25 15:40:09 -07:00
production docs: Fix upgrade process for Ubuntu 16.04 -> 18.04. 2019-05-03 17:35:32 -07:00
subsystems docs: remove repeated 'etc.' word from sending-messages.md. 2019-04-13 19:39:47 -07:00
testing docs: Explain stubbing for node tests. 2019-04-13 22:45:22 -07:00
translating docs: Fix easy HTML validation errors and warnings. 2019-04-23 12:56:05 -07:00
tutorials docs: Fix easy HTML validation errors and warnings. 2019-04-23 12:56:05 -07:00
.gitignore gitignore: Anchor patterns that should be anchored. 2017-07-19 14:03:49 -07:00
Makefile docs: Use parallelism when building docs. 2017-11-14 10:41:38 -08:00
README.md docs: Add README.md to zulip/docs to prevent reading on GitHub. 2018-04-24 10:50:39 -07:00
THIRDPARTY third: Extract bootstrap typeahead to its own module. 2018-12-17 09:06:52 -08:00
code-of-conduct.md repository: Add CODE_OF_CONDUCT.md. 2017-06-14 18:43:08 -07:00
conf.py version: Update version and changelog for Zulip 2.0.3 release. 2019-04-23 16:05:12 -07:00
index.rst docs: Remove links to production/overview article. 2018-10-16 15:06:35 -07:00
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30

README.md

Zulip markdown documentation hosted elsewhere

The markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.