Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Nov 17, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

jasonrogena and others added 9 commits May 21, 2019 21:46
Since the TravisCI deployments freeze-up when you use the Ansible
service module to reload config files, use the pg_ctlcluster command to
reload the configuration files.

Fix suggested by @vladp #420.

Signed-off-by: Jason Rogena <[email protected]>
Use pg_ctlcluster to Reload Config Files
When creating tablespaces on PostgreSQL using "CREATE TABLESPACE"
statements, PostgreSQL requires that these directories already exist[1].
Allow creating tablespace directories from this role.

1. https://www.postgresql.org/docs/10/sql-createtablespace.html

Co-authored-by: Samuel Githengi <[email protected]>
Signed-off-by: Jason Rogena <[email protected]>
Allow Creating Directories for Tablespaces
@pull pull bot added the ⤵️ pull label Nov 17, 2021
MrMegaNova and others added 30 commits January 19, 2024 15:23
Add pg16 testing & Support testing for rockylinux9, debian12 and ubuntu20.04
Due to Python 3 being the default in all supported OSs, we may remove the logic that dealt with
detecting the OSs Python version and consequently installed a different set of packages.

- removed dependency on Python 2 packages (python-psycopg2)
- rephrased named steps in CI as it is explicitely set in `python-version`
- require Ansible 2.12 as it supports the auto-detection of the OS Python interpreter
- removed explicit setting of Python version in variables, playbooks and inventory
- removed unsupported configurations from test inventory
Ansible 10 uses ansible-core 2.17+ which drops Python 3.6 support and thus makes it incompatible
with Rocky Linux 8 or other RHEL 8 derivatives.
…s-and-options

Drop unsupported Python and OS versions
Drop unsupported python version
Update ansible on workflow
Update Ansible & disable testing on Rockylinux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.