Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Install PostgreSQL Foreign Data Wrapper for Oracle (oracle_fdw) task fails in version 1.0.0 #3

Closed
ledepedro opened this issue Jun 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ledepedro
Copy link
Contributor

Description

The Install PostgreSQL Foreign Data Wrapper for Oracle (oracle_fdw) task fails in version 1.0.0 of this feature if the path is found to be permission denied when checking to see if it is installed.

The 'Include extension to install' task does not ensure that the tasks to be included are found in the role directory. It is modified to ensure that task files are included in the role path.

Changing DNS to IP in listen_addresses and connect_addres in patroni.yml.

Add newer extensions postgres: pgvector, pgvectorscale.

Steps to Reproduce

Run the role with oracle_fdw in extensions_install on a host where there is path without permission to find.

Expected behavior:
The role installs oracle_fdw extension.

Actual behavior:
The role ends in an error due to find path permission denied.

Reproduces how often:
Every time the role is executed on a system where find path permission denied.

Environment

  • The release version/s you are using: 1.0.0
  • OS: Debian12
  • Ansible Version: 7.6.0
  • Python Version: 3.10.13
  • Others:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants