-
Notifications
You must be signed in to change notification settings - Fork 2
Unable to connect to database when initializing a postgresql server #125
Comments
Hey. Thanks for the feedback, very pleased to read that. What version of postgesql are you using? |
You're very welcome :) . I need to use version 9.5 of postgresql (as on my current production server ;) ) |
I'm afraid we still don't have tests for postgresql 9.5, only for 9.4: https://github.com/manala/ansible-roles/blob/master/manala.postgresql/tests/0100_install.yml Could you try with 9.4 ? |
Hello :) . I just tried with postgresql 9.4 and yes, it works, until this appends :
I guess I just have to create my db by hand and re-start the make install command ;) . By the way : if version 9.5 is not tested, how about stay in 9.4 by default ? |
Erratum : |
Do you have |
Yea, even remove 9.5 from the alternatives until it's not fully supported I'd say |
I've just add an issue: manala/ansible-roles#40 |
Ok, I completely forgot to update the driver parameter in config.yml -_-... Thanks for pointing that out ;) . Parameters.yml :
|
Thanks @nervo ! Do you need me to comment on that new issue with more details about the problem ? |
@Dreeckan fyi you can leave the |
Unless I'm mistaken we're done for this one. |
Hello again ! So no, I'm afraid you're not done with me, yet ;) . |
Related issue : manala/ansible-roles#123 |
@Dreeckan we just released a fix, can you retry using the role in its latest version and confirm it fixes your issue? |
Hello everyone !
First of all, thanks for this great project, it helps a lot ! ^^
I have an error when initializing a new Symfony (v3.3) project and using manalize. I just download Symfony (using Symfony's command line) and tried to use manalize.
The error :
Do I have to create it myself inside the vagrant ? Or do I need anything before starting you command ?
Thanks !
The text was updated successfully, but these errors were encountered: