Skip to content

Commit

Permalink
Merge pull request #3 from adfinis/plugin_tests
Browse files Browse the repository at this point in the history
chore(ci): rpl fedora 37 with 39, plugin FileSets in molecule
  • Loading branch information
adf-patrickha authored Feb 15, 2024
2 parents 2d02ab2 + f081d13 commit 27659d2
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "fedora"
tag: "37"
- image: "fedora"
tag: "38"
- image: "fedora"
tag: "latest"
- image: "opensuse"
tag: "latest"
- image: "ubuntu"
Expand Down
40 changes: 40 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,46 @@
- /var/tmp
- /.journal
- /.fsck
- name: FileSet_MariaDB
description: >-
Backup the MariaDB databases with mariabackup.
See: https://docs.bareos.org/TasksAndConcepts/Plugins.html#mariadb-mariabackup-plugin
include:
files: []
options:
signature: MD5
compression: GZIP
plugin: |+
"python3"
":module_name=bareos-fd-mariabackup"
":mycnf=/root/.my.cnf"
- name: FileSet_Mysqldump
description: >-
Backup MySQL databases with mysqldump.
See: https://docs.bareos.org/Appendix/Howtos.html#backup-mysql-python
include:
files: []
options:
signature: MD5
compression: GZIP
plugin: |+
"python3"
":module_name=bareos_mysql_dump"
":db=test,mysql"
- name: FileSet_PostgreSQL
description: >-
Backup PostgreSQL databases.
See: https://docs.bareos.org/TasksAndConcepts/Plugins.html#postgresql-plugin
include:
files: []
options:
signature: MD5
compression: GZIP
plugin: |+
"python3"
":module_name=bareos-fd-postgresql"
":db_host=/run/postgresql/"
":wal_archive_dir=/var/lib/pgsql/wal_archive/"
- name: disabled-fileset
enabled: no
bareos_dir_jobdefs:
Expand Down

0 comments on commit 27659d2

Please sign in to comment.