-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert and fix Unix socket location #1417
Conversation
This whole thing broke the installation for most people who use docker. Just changing the default unix_socket for packing with debian. We probably should fix the debian package and not just change the unix_socket location. This is a breaking change. |
Any idea how to fix both things? |
I guess there are three options:
I personally prefer the first option as we would revert an unintentional breaking change of a default value. @kradalby Do you have any opinion on that? Or was this change necessary and I don't see why it was necessary? |
f5899dc
to
f90ebb8
Compare
@ohdearaugustin we are going for option 2, as it seems the easiest and most compatible. |
update the example config to match juanfont#1417
Reverts #1414