manticoresoftware / manticoresearch-backup

Repository for Manticore Search backup scripts
GNU General Public License v3.0
3 stars 1 forks source link

Update CLT version to display better summaries #111

Closed donhardman closed 4 months ago

github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 26s 👉 Check Action Results for commit f2694d8

github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 27s 👉 Check Action Results for commit f2694d8 Failed tests:

tests/help.rec ```diff ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– manticore-backup --help ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Usage: manticore-backup --backup-dir=path/to/backup [OPTIONS] --backup-dir=path/to/backup This is a path to the backup directory where a backup is stored. The directory must exist. This argument is required and has no default value. On each backup run, it will create directory `backup-[datetime]` in the provided directory and will copy all required tables to it. So the backup-dir - is ah a container of all your backups, and it's safe to run the script multiple + is a container of all your backups, and it's safe to run the script multiple times. OPTIONS: --config=path/to/manticore.conf Path to Manticore config. This is optional and in case it's not passed we use a default one for your operating system. It's used to get the host and port to talk with the Manticore daemon. You can use --config path1 --config path2 ... --config pathN to include all of the provided paths in the backup, but only the first one will be used for communication with the daemon. --tables=table1,table2,... Semicolon-separated list of tables that you want to backup. If you want to backup all, just skip this argument. All the provided tables are supposed to exist in the Manticore instance you are backing up from, otherwise the backup will fail. --compress Whether the backed up files should be compressed. Not by default. --restore[=backup] Restore from --backup-dir. Just --restore lists available backups. --restore=backup will restore from <--backup-dir>/backup. --force Skip versions check on restore and gracefully restore the backup. --disable-telemetry Pass this flag in case you want to disable sending anonymized metrics to Manticore. You can also use environment variable TELEMETRY=0. --unlock In rare cases when something goes wrong the tables can be left in locked state. Using this argument you can unlock them. --version Show the current version. --help Show this help. ```
github-actions[bot] commented 4 months ago

clt

👍 CLT tests in tests/ ✅ OK: 8 ❌ Failed: 0 ⏳ Duration: 43s 👉 Check Action Results for commit eff9d6e