-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Etherpad authentication failed with postgres #3128
Comments
I had the same output. The issue was brianc/node-postgres#1000 and I was able to fix it like it was mentioned in that issue: brianc/node-postgres@77560fe |
Thanks @Flakebi : This solved the problem. :-) |
Could this be re-opened? requiring users to patch some code by hand isn't the best solution. I think just updating the ueberdb2 dependency to 3.5.0 will fix it |
I was wrong, ueberdb2 needs to update their dependency too. See: ether/ueberDB#93 |
@blunckr : I get an option for reopening, do you want me to reopen this? Please tell me the text I should add when reopening. Thanks. |
Well, really the issue is in ueberdb, so I'm not sure it does any good to re-open it at this point. Thanks though. |
Apart from the fact that etherpad is completely unuseable as it is now with psql and password. And if someone's not familar with the packaging/deps mechanism of etherpad it seems absolutely hopeless to get it started. I may go and try manually patch all the buggy files..... |
Writing to confirm that we are seeing this too. We can connect to the database fine, but etherpad-light cannot. (bad username/password) |
I have manually patched all client.js [with the patch in brianc/node-postgres@77560fe] in the various libs and it works, as long as I disable the whole updating mechanism. This is ugly. |
Hello friends,
My friend installed Ubuntu 16.10 on his system and we are having problem with getting etherpad working with Postgresql. Postgresql version 9.4 and 9.5 we tried, but no luck. We keep getting the error below.
Our settings.json part 👍
The password is correct, as our applications are able to connect with the DB with same password, but etherpad cannot,. Tried installing, unisntalling etherpad as well, no luck. What are we doing wrong?m
The text was updated successfully, but these errors were encountered: