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.
1 parent 16d31af commit 5ba570fCopy full SHA for 5ba570f
jobs/elasticsearch-platform/templates/bin/pre-start
@@ -36,6 +36,6 @@ fi
36
37
<% if p("elasticsearch.migrate_data") %>
38
if [[ -d /var/vcap/store/elasticsearch ]]; then
39
- cp -pR /var/vcap/store/elasticsearch/nodes /var/vcap/store/elasticsearch-platform
+ cp -pRu /var/vcap/store/elasticsearch/nodes /var/vcap/store/elasticsearch-platform
40
fi
41
<% end %>
0 commit comments