dokku / dokku-elasticsearch

an elasticsearch plugin for dokku
MIT License
94 stars 35 forks source link

How to export/import data? #156

Closed bfontaine closed 9 months ago

bfontaine commented 9 months ago

Hello, I’m looking for dokku elasticsearch:export / dokku elasticsearch:import commands to back data up. What would be the best way to do that? Thanks

josegonzalez commented 9 months ago

Does elasticsearch come with that sort of tool in xpack or something?

bfontaine commented 9 months ago

I don’t think so; all the solutions I found rely on an external tool (I use Elasticdump).

josegonzalez commented 9 months ago

Yeah so I don't ship anything but the official tools for any of the datastore plugins, as that creates a maintenance burden for me if they ever get deprecated. In this case, I'd recommend using an external tool.

Should Elasticsearch ever provide something official, I'll use that.