You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Due to this task:
ansible-scripts/roles/postgresql/tasks/main.yml
Line 16 in b977744
When the playbook is executed, it installs the latest postgres version. We should indicate postgres'version to avoid that.
The text was updated successfully, but these errors were encountered: