diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-15 16:40:28 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-15 16:43:22 +0100 |
commit | d0eb9f92b23b7b0612d5bed90025cb49b20d56e4 (patch) | |
tree | 47c22d76dffe98a1006dc3e59f098a02f4a1954e /doc | |
parent | 8ad2e5f6d54ff07173e8363d35386c2843a05826 (diff) |
Create tmp/pids in capistrano shared directory
pids need to persist across deploys so that we can kill/restart running
processes on deployment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 0032706ef..9d9802560 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -4,6 +4,9 @@ ## Upgrade Notes +* 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`. * rails-post-deploy no longer handles linking `APP_ROOT/log` to a log directory outside the app. Capistrano users will find that `:symlink_configuration` now links `APP_ROOT/log` to `SHARED_PATH/log`. Users who aleady use the |