@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+10 -1
+10 -1
src/docs/user/configuration/configuring_backups.diviner
··· 77 77 whatever backup process you already have in place for repositories. Just copying 78 78 them somewhere will work fine too, of course. 79 79 80 + In particular, you should backup this configuration file which Phabricator 81 + creates: 82 + 83 + phabricator/conf/local/local.json 84 + 85 + This file contains all of the configuration settings that have been adjusted 86 + by using `bin/config set <key> <value>`. 87 + 80 88 = Restore: Configuration Files = 81 89 82 - To restore configuration files, just copy them into the right locations. 90 + To restore configuration files, just copy them into the right locations. Copy 91 + your backup of `local.json` to `phabricator/conf/local/local.json`. 83 92 84 93 = Security = 85 94