diff options
-rw-r--r-- | config/general.yml-example | 1 | ||||
-rw-r--r-- | doc/CHANGES.md | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index a6f68c52e..0f32f6192 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -246,6 +246,7 @@ SHARED_DIRECTORIES: - cache/ - lib/acts_as_xapian/xapiandbs/ - log/ + - tmp/pids - vendor/bundle - public/assets diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 9d9802560..61f55211c 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -4,6 +4,8 @@ ## Upgrade Notes +* The `SHARED_DIRECTORIES` setting now includes `tmp/pids`. The notes below for + updating the log directory should cover the update steps for `tmp/pids`. * Capistrano now creates `SHARED_PATH/tmp/pids` and links `APP_ROOT/tmp/pids` here, as the alert tracks daemon writes its pids to the generally expected location of `APP_ROOT/tmp/pids`. |