mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-07-09 02:34:06 -04:00
Updated Troubleshooting (markdown)
parent
1ef57c71df
commit
955fab929a
@ -18,3 +18,9 @@ If you get the error `sudo: a terminal is required to read the password` or `sud
|
|||||||
### unrecognized option: preserve-status
|
### unrecognized option: preserve-status
|
||||||
|
|
||||||
Some minimalist Linux distributions (such as Alpine Linux) use an older version of Busybox, which misses the `--preserve-status` option on the `timeout` command. You can either update to a newer version of Busybox, or you can install the `coreutils` package in Alpine Linux, which includes a version of `timeout` which has `--preserve-status` implemented.
|
Some minimalist Linux distributions (such as Alpine Linux) use an older version of Busybox, which misses the `--preserve-status` option on the `timeout` command. You can either update to a newer version of Busybox, or you can install the `coreutils` package in Alpine Linux, which includes a version of `timeout` which has `--preserve-status` implemented.
|
||||||
|
|
||||||
|
### Database disk image is malformed
|
||||||
|
|
||||||
|
This error has been observed mostly when Gravity Sync is running on slower SD Cards or older Raspberry Pi systems, and where the backup of the running Domain Database takes longer than expected (or never finishes) and thus when Gravity Sync replicates that copy to the secondary, it's malformed.
|
||||||
|
|
||||||
|
The suggested operation is to move at least the primary (or both) of the Pi-hole installations to a storage device with more available IOPS, the alternative is to increase the timeout of the backup process from the default (60 seconds) as documented in [Hidden Figures](https://github.com/vmstan/gravity-sync/wiki/Hidden-Figures#backup_timeout).
|
Loading…
x
Reference in New Issue
Block a user