zulip/docs/production
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
..
authentication-methods.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
deployment.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
email.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
expensive-migrations.md models: Add new UserMessage flag active_mobile_push_notification. 2018-08-01 16:51:56 -07:00
export-and-import.md docs: Add documentation for the delete and reimport process. 2019-04-28 21:49:13 -07:00
index.rst docs: Remove production overview page. 2018-10-16 15:10:28 -07:00
install-existing-server.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
install.md docs: Fix a few typos in documentation. 2019-04-10 10:44:35 -07:00
maintain-secure-upgrade.md docs: Fix upgrade process for Ubuntu 16.04 -> 18.04. 2019-05-03 17:35:32 -07:00
mobile-push-notifications.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
multiple-organizations.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
password-strength.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
postgres.md docs: Add production documentation on deployment options. 2018-05-22 11:31:48 -07:00
requirements.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
security-model.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
settings.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
ssl-certificates.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
troubleshooting.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
upload-backends.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00