From 779aa03c5705a10d1e21a18af405f9617a69cb63 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 10 Nov 2016 16:00:21 +0100 Subject: [PATCH] Explicit attachment_s3 must be started in --load --- attachment_s3/README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/attachment_s3/README.rst b/attachment_s3/README.rst index e498d7a..9b13cc7 100644 --- a/attachment_s3/README.rst +++ b/attachment_s3/README.rst @@ -29,6 +29,10 @@ the other location (db or filesystem). This is a convenient way to be able to read the production attachments on a replication (since you have the credentials) without any risk to alter the production data. +This addon must be added in the server wide addons with (``--load`` option): + +``--load=web,web_kanban,attachment_s3`` + Limitations -----------