You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`<json_config_file>` is a path to a JSON configuration file (described below),
@@ -446,6 +446,8 @@ For instance,
446
446
```
447
447
These responses with `status` set to `warning` can be considered as an indicator of partial success.
448
448
449
+
Please also notice that running the utility in the `purge_binlogs` mode on a certain storage (identified by an absolute path in the case of the 'file' storage backend or by a bucket + virtual folder pair in the case of the s3 storage backend) while another instance is fetching / pulling data to the same storage may cause data corruption and should be avoided. At the same time running the utility in the `purge_binlogs` mode on one storage and having another instance of the process (even running on the same host) fetching / pulling data to another storage is an absolutely legitimate operation.
450
+
449
451
### JSON Configuration file
450
452
451
453
The Percona Binary Log Server configuration file has the following format.
0 commit comments