diff --git a/client-cache-health/spring-cloud-config.html b/client-cache-health/spring-cloud-config.html index c946929a..188a811e 100644 --- a/client-cache-health/spring-cloud-config.html +++ b/client-cache-health/spring-cloud-config.html @@ -1100,6 +1100,21 @@ search).
|
+ Warning
+ |
+
+With VCS based backends (git, svn) files are checked out or cloned to the local filesystem. By default they are put in the system temporary directory with a prefix of config-repo-. On linux, for example it could be /tmp/config-repo-<randomid>. Some operating systems routinely clean out temporary directories. This can lead to unexpected behaviour such as missing properties. To avoid this problem, change the directory Config Server uses, by setting spring.cloud.config.server.git.basedir or spring.cloud.config.server.svn.basedir to a directory that does not reside in the system temp structure.
+ |
+
There is also a "native" profile in the Config Server that doesn’t use @@ -2040,7 +2055,7 @@ grabbing it in the bootstrap context and injecting one).