Specifically describe "local.json" in backup/migration config documentation
Summary: Fixes T7648. The existence of this file is not necessarily obvious and is important to backup, transfer, and restore. Test Plan: Read documentation. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T7648 Differential Revision: https://secure.phabricator.com/D12183
This commit is contained in:
parent
a428bb8ad4
commit
52a4c821f5
|
@ -77,9 +77,18 @@ way to do this is to check them into a private repository somewhere and just use
|
||||||
whatever backup process you already have in place for repositories. Just copying
|
whatever backup process you already have in place for repositories. Just copying
|
||||||
them somewhere will work fine too, of course.
|
them somewhere will work fine too, of course.
|
||||||
|
|
||||||
|
In particular, you should backup this configuration file which Phabricator
|
||||||
|
creates:
|
||||||
|
|
||||||
|
phabricator/conf/local/local.json
|
||||||
|
|
||||||
|
This file contains all of the configuration settings that have been adjusted
|
||||||
|
by using `bin/config set <key> <value>`.
|
||||||
|
|
||||||
= Restore: Configuration Files =
|
= Restore: Configuration Files =
|
||||||
|
|
||||||
To restore configuration files, just copy them into the right locations.
|
To restore configuration files, just copy them into the right locations. Copy
|
||||||
|
your backup of `local.json` to `phabricator/conf/local/local.json`.
|
||||||
|
|
||||||
= Security =
|
= Security =
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue