@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.

Document the need to restart Phabricator after performing a restore

Summary:
Depending on how you perform a restore, APC (or, e.g., running daemon processes) might be poisoned with out-of-date caches.

Add a note to advise installs to restart after restoring data.

See also lengthy fishing expedition support thread.

Test Plan: Read the text.

Reviewers: chad, amckinley

Reviewed By: amckinley

Differential Revision: https://secure.phabricator.com/D18180

+6
+6
src/docs/user/configuration/configuring_backups.diviner
··· 24 24 will just backup the old machine and then restore the data onto the new 25 25 machine. 26 26 27 + WARNING: You need to restart Phabricator after restoring data. 28 + 29 + Restarting Phabricator after performing a restore makes sure that caches are 30 + flushed properly. For complete instructions, see 31 + @{article:Restarting Phabricator}. 32 + 27 33 28 34 Backup: MySQL Databases 29 35 =======================