We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09f7358 + 194d74f commit cda9289Copy full SHA for cda9289
jobs/elasticsearch-platform/templates/bin/pre-start
@@ -37,7 +37,7 @@ fi
37
<% if p("elasticsearch.migrate_data") %>
38
if [[ -d /var/vcap/store/elasticsearch ]]; then
39
mkdir /var/vcap/store/elasticsearch-platform || true
40
- rsync -au --delete /var/vcap/store/elasticsearch/nodes /var/vcap/store/elasticsearch-platform/nodes
+ rsync -au /var/vcap/store/elasticsearch/nodes /var/vcap/store/elasticsearch-platform/nodes
41
fi
42
<% end %>
43
0 commit comments