Skip to content

Elasticsearch is re-downloaded with each reconfigure

Overview

I saw that with each reconfigure, elasticsearch-<version>.tar.gz is downloaded again. Is there any way to limit this? Like check if the tar archive is present and skip if found?

Steps to replicate (optional)

Run gdk reconfigure.

Proposal (optional)

Do not download Elasticsearch with each reconfigure. First check if the tar archive exists and then download if not found.

Edited by Achilleas Pipinellis