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

RHEL offers no python-mysqlclient package per default. #9

Open
github-actions bot opened this issue Feb 12, 2024 · 0 comments
Open

RHEL offers no python-mysqlclient package per default. #9

github-actions bot opened this issue Feb 12, 2024 · 0 comments
Labels

Comments

@github-actions
Copy link

RHEL offers no python-mysqlclient package per default.

Check if PyMySQL is working with the plugin

# TODO RHEL offers no python-mysqlclient package per default.

bareos_fd_debug_packages:
  - bareos-filedaemon-debuginfo
  - gdb

bareos_fd_plugin_dir: "/usr/lib64/bareos/plugins"
bareos_fd_plugin_name: python3
bareos_fd_plugin_list:
  - name: mariabackup
    packages:
      - bareos-filedaemon-mariabackup-python-plugin

  # TODO RHEL offers no python-mysqlclient package per default.
  # Check if PyMySQL is working with the plugin
  - name: mysql
    packages:
      - python3-PyMySQL

  - name: postgresql
    packages:
      - bareos-filedaemon-postgresql-python-plugin

  - name: ldap
    packages:
      - bareos-filedaemon-ldap-python-plugin
ew file mode 100644
ndex 0000000..f584714
++ b/vars/RedHat_7.yml

fa87bf0414a0c2e4046399eced98e76fa68381c7

@github-actions github-actions bot added the todo label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants