ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
848 stars 573 forks source link

Postgres13 #506

Closed niccolox closed 3 years ago

niccolox commented 3 years ago

hopefully a MVP Postgres 13 PR tested on Ubuntu 20.04

maglub commented 3 years ago

It breaks here, since you commented away the postgresql_wal_keep_segments variable in defaults/main.yml. Any particular reason you don't want the variable set?

image

gclough commented 3 years ago

I already have this done in #504 , but it needs some help with the debian8 install as it doesn't support PostgreSQL v13.

niccolox commented 3 years ago

@gclough your PR looks more complete, I just pushed what I had that worked for me

@maglub happy to close off my PR in reference to https://github.com/ANXS/postgresql/pull/504

gclough commented 3 years ago

OK, let's close this and concentrate on #504. It needs a review, so if anyone can check it I'd appreciate the extra pair(s) of eyes.