File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -493,6 +493,15 @@ On production, there are a few important things to think about:
493
493
new worker processes. The command uses the :ref: `app <cache-configuration-with-frameworkbundle >`
494
494
cache internally - so make sure this is configured to use an adapter you like.
495
495
496
+ .. note ::
497
+
498
+ If your deploy strategy involves the creation of new target directories, you
499
+ should set a value for the :ref: `cache.prefix.seed <reference-cache-prefix-seed >`
500
+ configuration option in order to let this command use always the same cache namespace
501
+ between deployments. Otherwise, the ``cache.app `` pool will use the value of the
502
+ ``kernel.project_dir `` parameter as base for the namespace, which will lead to
503
+ different namespaces each time a new deployment is made.
504
+
496
505
Prioritized Transports
497
506
~~~~~~~~~~~~~~~~~~~~~~
498
507
You can’t perform that action at this time.
0 commit comments