-
Notifications
You must be signed in to change notification settings - Fork 583
Add support for installing from default debian repositories for ARM targets #45
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
…g upgrade if invoked with --tags postgresql
|
Hi @axos88, Do you have the same problem? Regards. |
|
it was working on debian 7.5 for me. What's the actual error you get? (int he logs) |
|
Hi @axos88, I've got another issue, using PostgreSQL repo and 9.1 (seems not related imho). Thx! |
|
Ok, I tested and it was a problem with shared_buffers value, which was too high. Not really related to this PR. Sry. |
|
Hum, seems we have to be careful: http://leopard.in.ua/2013/09/05/postgresql-sessting-shared-memory/ (the PostgreSQL 9.3 section). |
tasks/install.yml
Outdated
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.
As Ansible handle mutliple booleans forms (True/yes/…) you should remove the == True part.
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.
Nice catch.
tasks/install.yml
Outdated
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.
@axos88, sry i missed this one …
|
What's the status on this? I'm short on time to do a proper review on a different architectures. Sorry for the delay as well. Same reason. |
This PR adds support for
Postgresql repositories do NOT have binaries for ARM architectures.
I need to use the packages supplied by debian themselves for this. The debian repos have only 9.1 installed.