AcalephStorage / consul-alerts

A simple daemon to send notifications based on Consul health checks
GNU General Public License v2.0
826 stars 191 forks source link

Consulate Backup not working #162

Open shakisha opened 7 years ago

shakisha commented 7 years ago

As the docs tells, i'm trying to backup and restore the consul kv consul-alerts configuration by running the command:

consulate kv backup consul-alerts/config -f consul-alerts-config.json

but it will throw me this error

consulate: error: unrecognized arguments: consul-alerts/config

Maybe a new different version of consulate not allowing me to specify the kv to backup?

shakisha commented 7 years ago

FOUND THE ISSUE!

basically the consulate version required is still not in the stable version of consulate (6), so in the docs i should have got to add to download latest release candidate (7) .

shakisha commented 7 years ago

Referenced issue can be seen at #102

fusiondog commented 7 years ago

Hey, I'm glad you found the solution to your issue. I'm thinking I will change the docs to suggest using consul-cli project since the consulate project has not been very active lately.

shakisha commented 7 years ago

Hello @fusiondog , thank you for your answer..... i was just starting to change the docs and commiting it with some modifies, but if you want i will just wait for have a look to this consul-cli. Thanks a lot for your answer 👍

(can you also have a look to #161 ? )