mirror of https://github.com/zulip/zulip.git
docs: Be explicit about how to skip database creation.
This commit is contained in:
parent
b70b925716
commit
086c0328bd
|
@ -185,16 +185,12 @@ data includes:
|
|||
To restore from a manual backup, the process is basically the reverse of the above:
|
||||
|
||||
- Install new server as normal by downloading a Zulip release tarball
|
||||
and then using `scripts/setup/install`. You don't need
|
||||
to run the `initialize-database` second stage which puts default
|
||||
data into the database.
|
||||
and then using `scripts/setup/install`. You should pass
|
||||
`--no-init-db` because we don't need to create a new database.
|
||||
|
||||
- Unpack to `/etc/zulip` the `settings.py` and `zulip-secrets.conf` files
|
||||
from your backups.
|
||||
|
||||
- If you ran `initialize-database` anyway above, you'll want to run
|
||||
`scripts/setup/postgresql-init-db` to drop the initial database first.
|
||||
|
||||
- Restore your database from the backup.
|
||||
|
||||
- Reconfigure rabbitmq to use the password from `secrets.conf`
|
||||
|
|
Loading…
Reference in New Issue