Skip to content

Commit 91c4f80

Browse files
1 parent d52d10b commit 91c4f80

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Please run
154154
./binlog_server list <json_config_file>
155155
./binlog_server search_by_timestamp <json_config_file> <timestamp>
156156
./binlog_server search_by_gtid_set <json_config_file> <gtid_set>
157-
./binlog_server purge_binlogs <binlog_name>
157+
./binlog_server purge_binlogs <json_config_file> <binlog_name>
158158
```
159159
where
160160
`<json_config_file>` is a path to a JSON configuration file (described below),
@@ -446,6 +446,8 @@ For instance,
446446
```
447447
These responses with `status` set to `warning` can be considered as an indicator of partial success.
448448

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+
449451
### JSON Configuration file
450452

451453
The Percona Binary Log Server configuration file has the following format.

0 commit comments

Comments
 (0)