-
Hi!
I have been using mysql-backup for several years on my docker swarm and this is an example of docker composer:
```
mysql:
image: mysql:8.0.22
command: --default-authentication-plugi…
-
root@VM-12-12-ubuntu:~/mysql# ./mysql -p 33307:3306 --env-file ./env/profile.env -v ./data/mysql/db:/var/lib/mysql -v ./data/mysql/conf.d:/etc/mysql/conf.d -v ./conf/my.cnf:/etc/my.cnf -v ./data/mysql…
-
### Description
When I try to restore mysql backups it fails almost everytime - i followed every guide on the pmm site but it doesn't work. This error only happens after editing the database.
I re…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2…
-
With this example docker compose config:
```
db:
restart: unless-stopped
environment:
...
build:
dockerfile_inline: |
FROM mariadb:10.1
mysql-cron-backup-hou…
-
An extreme edge case, but an important one.
If a backup takes, say, 8 days to complete, but retention period is specified to 7 days, the backup gets completed, but then immediately deleted because …
-
We have an issue where part of the backup fails, but the NRPE doesn't notice it and happily returns "OK". The problem is, that the code [looks for the `ERROR` key in the output json](https://github.co…
-
### Database name
xtrabackup cannot restore backup on other architecture (CPU | windows/linux). So, we can also check architecture before restoring backup.
Let's add WARNING for now...
-
Hello,
I have ran into some SQLstate issues by using the tutorial on the Xibo website.
Link : https://community.xibo.org.uk/t/xibo-cms-with-docker-on-ubuntu-22-04/9392
The problem was the mysql d…
-
### Report
The backup fail on version 1.15 and mysql 8.0
### More about the problem
```
│ xtrabackup +++ sort -r …
sekot updated
1 month ago