-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Setup: Databasehost may be an unix-socket #35379
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
Conversation
server/config/config.sample.php Lines 107 to 113 in cd9f538
Hi, I agree our documention is a bit vague about it. |
I don't understand. The file already contains that syntax as you can see - it is just not working that way without my change. Thats why i changed it to work like its written there. Edit: Oh wait, maybe this is a missunderstanding. My change is covering the INITIAL SETUP DIALOG which is showing up at the first start, before the DB has been set up. It makes it possible to enter values as documented there. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Hi @obel1x, thanks again for your pull request 👍 Could you please
Have a pleasant week ✌️ |
Thank you. i did as you said... after push, there were many differences, so i synced again. Hope now everything is fine |
The linter is unhappy. Above patch should fix the linter warnings. |
what the hack... sorry eclipse. now better? |
Linter should be fine now but the sign off for the commits is missing.
(to sign off the last 3 commits and push the changes) |
ok, sorry, have not rebased anything before. That has not worked as expected. Also the signature is wrong, don't know how to set it right. think i have to read about signing and come back to this later. |
@obel1x Thank you 👍 It's a bit tricky with forks 😕 Your fork seems a bit out of sync. I guess it should work to reset your fork to be even with nextcloud/server and apply the patch again: https://github.com/nextcloud/server/commit/3f79a2223502350861d61cbfb5f1a1f526521672.diff If you prefer I can take your patch and resubmit here. |
Make setup accept unix- sockets without the need to contain ':' in the name.
Summary
Makes it possible to enter fully qualified unix- socket- filenames as Database-Host in setup.
Checklist
could be better next time... think its intuitive to use and works.