getodk / aggregate

ODK Aggregate is a Java server that stores, analyzes, and presents survey data collected using ODK Collect. Contribute and make the world a better place! ✨🗄✨
https://docs.opendatakit.org/aggregate-intro/
Other
74 stars 227 forks source link

Force package upgrades in Cloud-Config stacks #411

Closed ggalmazor closed 5 years ago

ggalmazor commented 5 years ago

The Cloud-Config stacks report on login:

45 packages can be updated.
11 updates are security updates.

Should we take care of upgrading the packages after completing the installation so that those security updates get installed?

yanokwa commented 5 years ago

We have unattended upgrades on the VM and I think we should do that on the cloud-config. https://github.com/opendatakit/aggregate/blob/master/packer/ansible/roles/unattended-upgrades/tasks/main.yml

We should maybe warn people in the docs that we do that in case it breaks something. But it's typically very very safe.