diff --git a/buildDocker.sh b/buildDocker.sh index 46f484ef7..3fd98a101 100755 --- a/buildDocker.sh +++ b/buildDocker.sh @@ -3,6 +3,9 @@ tagname=$1 +echo "docker login " +docker login + cd $(dirname "$0") echo "mvn clean install" mvn clean install diff --git a/elasticdump.command b/elasticdump.command index 5f328f56a..540422c66 100644 --- a/elasticdump.command +++ b/elasticdump.command @@ -47,4 +47,5 @@ elasticdump \ # https://kb.objectrocket.com/elasticsearch/how-to-bulk-import-into-elasticsearch-using-curl # https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html -curl -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/e0/pge/_bulk?pretty' --data-binary @accounts.json \ No newline at end of file +curl -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/e0/pge/_bulk?pretty' --data-binary @e0.json +curl -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/rel0/pge/_bulk?pretty' --data-binary @rel0.json \ No newline at end of file