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 cda9289 + e70a980 commit 441e195Copy full SHA for 441e195
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 /var/vcap/store/elasticsearch/nodes /var/vcap/store/elasticsearch-platform/nodes
+ rsync -au /var/vcap/store/elasticsearch/nodes /var/vcap/store/elasticsearch-platform
41
fi
42
<% end %>
43
0 commit comments