Matt-Yorkley
Matt-Yorkley
Current status: ``` openfoodnetwork.be: 16.04 openfoodnetwork.org.uk: 16.04 openfoodnetwork.ie: 16.04 openfoodnetwork.de: 16.04 coopcircuits.fr: 16.04 openfoodnetwork.ca: 16.04 ----------------------------- app.katuma.org: 18.04 openfoodnetwork.net: 18.04 openfoodnetwork.org.au: 18.04 ```
I had a look at this the other day, and the logs showed this: ``` skipping: [www.openfoodfrance.org] => { "changed": false, "invocation": { "module_args": { "_raw_params": "psql -h localhost -U...
I think postgres 10 will only be available when we transition to Bionic Beaver? Also, I think our current Rails version is keeping us stuck to < 10 through gem...
I've just realised we don't specify the postgres version anywhere in ofn-install, so it's just installing whatever version the OS decides. That's probably not the best. I'd have to check,...
Well I've already booted OFN in a fresh Bionic Beaver box a couple of times and tested it a bit. I didn't get any immediate errors. This obviously needs more...
Should we take a look at #99, #72, and #227 first? Or just go for it and see what happens? It's up to you. Anem! :muscle:
I just took a quick survey with `ansible all-prod -u ofn-admin -a "apt-cache policy postgresql"` and we have: - US, AUS, and Katuma on Postgres 10 - Everyone else on...
Update; the playbook looks like this: https://github.com/openfoodfoundation/ofn-install/pull/733
More info: the `copy init scripts files` task that updates nginx config (mentioned by mklink in the original quoted comment) looks like the only place where we rely on this...
Great, this is long overdue! We set the mail configs in environment variables here when provisioning: https://github.com/openfoodfoundation/ofn-install/blob/807e6fd12dd1960eae61303ba154bd86f4090d90/roles/unicorn_user/templates/defaults.j2 We apply those configs via `db/seed.rb` during deployment (which is a bit crazy):...