Changeset View
Changeset View
Standalone View
Standalone View
src/docs/user/configuration/configuring_backups.diviner
| Show First 20 Lines • Show All 139 Lines • ▼ Show 20 Lines | has the backups can: | ||||
| - read email addresses and object secret keys; and | - read email addresses and object secret keys; and | ||||
| - read other users' session and conduit tokens and impersonate them. | - read other users' session and conduit tokens and impersonate them. | ||||
| Some of this information is durable, so disclosure of even a very old backup may | Some of this information is durable, so disclosure of even a very old backup may | ||||
| present a risk. If you restrict access to the Phabricator host or database, you | present a risk. If you restrict access to the Phabricator host or database, you | ||||
| should also restrict access to the backups. | should also restrict access to the backups. | ||||
| Skipping Indexes | |||||
| ================ | |||||
| By default, `bin/storage dump` does not dump all of the data in the database: | |||||
| it skips some caches which can be rebuilt automatically and do not need to be | |||||
| backed up. Some of these caches are very large, so the size of the dump may | |||||
| be significantly smaller than the size of the databases. | |||||
| If you have a large amount of data, you can specify `--no-indexes` when taking | |||||
| a database dump to skip additional tables which contain search indexes. This | |||||
| will reduce the size (and increase the speed) of the backup. This is an | |||||
| advanced option which most installs will not benefit from. | |||||
| This index data can be rebuilt after a restore, but will not be rebuilt | |||||
| automatically. If you choose to use this flag, you must manually rebuild | |||||
| indexes after a restore (for details, see ((reindex))). | |||||
| Next Steps | Next Steps | ||||
| ========== | ========== | ||||
| Continue by: | Continue by: | ||||
| - returning to the @{article:Configuration Guide}. | - returning to the @{article:Configuration Guide}. | ||||