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 16d31af + 5ba570f commit 715ceb6Copy full SHA for 715ceb6
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