You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected:
Consul should differentiate between "consul" binary and directory.
And should give proper error message.
Actual Result:
==> CRITICAL: Deprecated data folder found at "/tmp/consul/mdb"!
==> Consul will refuse to boot with this directory present.
==> See https://www.consul.io/docs/upgrade-specific.html for more information.
The text was updated successfully, but these errors were encountered:
Despite what I said in #2529 (comment), during some testing with this change merge I realized I think we were auto-creating the directory before, so this might be a regression. @kyhavlov will take a look; pulling into the 0.7.2 release milestone.
My "/tmp" directory had "consul" binary, leftover from "consul" installation.
Executed following command from the path where I copied it:
Expected:
Consul should differentiate between "consul" binary and directory.
And should give proper error message.
Actual Result:
The text was updated successfully, but these errors were encountered: