Skip to content

Instantly share code, notes, and snippets.

@fnzv
Created April 3, 2018 13:51
Show Gist options
  • Save fnzv/7b9be5fbadd2f108295700cb47733254 to your computer and use it in GitHub Desktop.
Save fnzv/7b9be5fbadd2f108295700cb47733254 to your computer and use it in GitHub Desktop.
Install ElasticDump on Ubuntu 16
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
ln -s /usr/bin/nodejs /usr/bin/node
npm install elasticdump -g
elasticdump --help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment