Commit Graph

7 Commits

Author SHA1 Message Date
Benjamin Herbert 0e0db3c8d0
chore: fix logging statements 2025-07-15 14:53:08 +02:00
Benjamin Herbert 4ca65a1a0f
fix(backup): Add error handling and logging for backup and restore scripts
tar has exit code 2 for fatal errors, this was completely ignored.

See also:
https://www.man7.org/linux/man-pages/man1/tar.1.html#RETURN_VALUE
2025-07-08 18:47:15 +02:00
Luigi Operoso bec1c61e27
fix(backup): exec of backup binaries can be executed by random id (for ocp compatibility) (#1099) 2025-03-30 18:32:17 +02:00
Luigi Operoso b722ef11ae
feat(backup): logs everything to stdout/err, implement lock file for both backup/restore (#1023) 2024-06-25 23:29:35 +02:00
Luigi Operoso 3275be357a
feat: use zstd instead of gz by default, fix the backup script (#841) 2023-05-26 16:10:24 +02:00
Luigi Operoso 9fd053b784
feat(operator): several updates (#806)
- prepare to switch from `master` to `main`
- avoid to run workflow in case is not needed
- add a way to bump the lts via make
- use latest jenkins lts 2.387.1
- add the docker labels
- update base plugins
- fix #797 
- Add more tests with bats
- Update base plugin to latest version
- Temporary revert #807 
- Better nightly job
2023-03-23 00:04:57 +01:00
Tomasz Sęk 66e9512c80
#4 Add pvc backup/restore Dockerfile 2019-06-16 02:01:01 +02:00