pulibrary / princeton_ansible

Ansible Roles and Playbooks for Princeton University Library
11 stars 4 forks source link

[postgresql] The postgresql role can no longer create a postgres 13 database #4246

Open carolyncole opened 1 year ago

carolyncole commented 1 year ago

When running in molecule creating a postgres 13 database causes an error: https://github.com/pulibrary/princeton_ansible/actions/runs/6150471572/job/16688508734?pr=4244#step:6:396

Postgres 13 does not support jsonlog

According to @tpendragon we should change that to csvlog for postgres 13

https://github.com/search?q=repo%3Apulibrary%2Fprinceton_ansible%20jsonlog&type=code

acozine commented 1 year ago

Related to #4228. When we move over to 15 altogether, we can update both places.

carolyncole commented 2 months ago

@acozine @kayiwa any idea if this can be closed?