-
Deleting a crontab without any warning at all when a user mistypes the most commonly used command (`crontab -e`) as the letter next to that is... unwise. Adding a prompt to confirm deletion, or making…
-
Hello Team,
I am facing issues with barman commands particularly on one server, I have attached the diagnose here and below are the exceptions I am getting
barman list-backup pgsql-host
EXCEPTI…
-
Currently we backup on a simple crontab entry and we keep the last X backups. We should allow for more complex scenarios, like keep the last 24 hourly backups, the last 7 daily backups, and the last 4…
-
I would like to report an issue in page https://manager.docs.scylladb.com/branch-3.0/backup/examples
### Problem
It seems that the doc's does not up[dated with SM 3.X
one example - from the …
-
Hello,
I am using Ubuntu 16/04 and I changed the backup path to /export instead of /srv/pgbackman. By doing this and doing a registration of an new pgsql node (register_backup_definition) the pgba…
-
Here's my setup:
```yaml
version: "3.3"
services:
backup:
image: mazzolino/restic
hostname: docker
restart: unless-stopped
environment:
RUN_ON_STARTUP: "true"
…
-
## Script does not delete old backups due to the `LEFT` check
### Description:
When running the backup script on a weekly basis (via cron schedule `0 0 * * 0`), the older backups are not getting d…
-
I run 6.2.0, have zip-files-max set to 7, the backup job keeps writing backups when the max is reached.
My config
```xml
…
-
Hello,
In the schedule tab, should it be possible to choose at which moment of the day the snapshot is done ?
This could be a date and time but also "at boot", daily, hourly, monthly....
Regard…
-
When someone only defines the MYSQL_HOST container, it doesn't start. You need to define MYSQL_PORT, even if the port is the default port for MySQL.