ansible-scripts
ansible-scripts copied to clipboard
We should fix postgres version
Due to this task: https://github.com/osm-fr/ansible-scripts/blob/b9777448db27c0cabab59dd40bfe96724ce0d614/roles/postgresql/tasks/main.yml#L16
When the playbook is executed, it installs the latest postgres version. We should indicate postgres'version to avoid that.
What is the problem in always installing the latest version?
Each time a new Postgres version is released, a new version is installed. Thus, we have 3 instances running on osmose1.davintech.ca but only one is used.