Skip to content

apt-get update needed so that packages are kept updated #38

@mvl22

Description

@mvl22

I do a manual package update on the servers from time to time, but this isn't ideal.

sudo apt-get -y update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo apt-get -y autoremove

I think the chef process ought to do this update itself.

I don't think there should be any concerns about things breaking: Debian/Ubuntu maintenance is pretty good, and their policy is not to have version changes within updates (e.g. Postgres won't suddenly go from 9.3 to 9.6 in the same release series). In any case, if someone were installing things from new, the latest package versions would be found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions