Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

๐Ÿ‘€ While it's loading, feel free to check out the other repositories:

๐Ÿ”” To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

194 results 27 ms in manticoresoftware/manticoresearch-backup

typos, use str_contains/is_writable and static usage for static methods

sorry for one path for all changes, but its simple

GemorrojGemorroj ยท 2023-02-23 ยท 1 ยท #53

refactor(core): improve version parsing and config regex handling

donhardmandonhardman ยท 2025-06-03 ยท 3 ยท #127

โ€ฆclt ๐Ÿ‘Ž CLT tests in test/clt-tests/ โœ… OK: 1 โŒ Failed: 7 โณ Duration: 20s ๐Ÿ‘‰ Check Action Results for commit 6b5dc85 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ cp ./test/clt-tests/config/manticore.conf /etc/manticoresearch/manticore.conf โ€“โ€“โ€“ output โ€“โ€“โ€“ โ€“โ€“โ€“ input โ€“โ€“โ€“ searchd โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-06-03

Backup plain indexes

While it may not make much practical sense to backup plain indexes since they are mostly immutable we can still do it to: make things unified backup updated attributes make things easier for those who find it easier to run backup/restore than rsync/cp

sanikolaevsanikolaev ยท 2023-01-13 ยท 0 ยท #48

refactor(core): improve version parsing and config regex handling

donhardmandonhardman ยท 2025-06-03 ยท 3 ยท #127

โ€ฆclt ๐Ÿ‘Ž CLT tests in test/clt-tests/ โœ… OK: 1 โŒ Failed: 7 โณ Duration: 24s ๐Ÿ‘‰ Check Action Results for commit 1def17d Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ cp ./test/clt-tests/config/manticore.conf /etc/manticoresearch/manticore.conf โ€“โ€“โ€“ output โ€“โ€“โ€“ โ€“โ€“โ€“ input โ€“โ€“โ€“ searchd โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-06-03

Store config name in meta file on backup and use it on restore

Currently, we are only storing versions when we perform a backup. However, there is an issue with hardcoded values that we should aim to remove: https://github.com/manticoresoftware/manticoresearch-backup/blob/fa1fecdf149e60248b47e1acfe64cf23d9c83fee/src/ โ€ฆ

donhardmandonhardman ยท 2024-07-02 ยท 1 ยท #117

enhancementest::size_S

refactor(core): improve version parsing and config regex handling

donhardmandonhardman ยท 2025-06-03 ยท 3 ยท #127

โ€ฆclt ๐Ÿ‘Ž CLT tests in test/clt-tests/ โœ… OK: 1 โŒ Failed: 7 โณ Duration: 24s ๐Ÿ‘‰ Check Action Results for commit 0e8ea49 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ cp ./test/clt-tests/config/manticore.conf /etc/manticoresearch/manticore.conf โ€“โ€“โ€“ output โ€“โ€“โ€“ โ€“โ€“โ€“ input โ€“โ€“โ€“ searchd โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-06-03

Add support for external storages

It will makes things easier if we support backing up directly to an external storage like ssh and s3. Here's what the syntax may look like in SQL: BACKUP [<what>] TO <where> [OPTIONS <options>] <where> should in the form of a function : local({path=}) or โ€ฆ

sanikolaevsanikolaev ยท 2023-01-04 ยท 0 ยท #47

chore(clt): upgrade clt version to 0.6.9

donhardmandonhardman ยท 2025-06-04 ยท 3 ยท #129

โ€ฆclt โŒ CLT tests in test/clt-tests/ โœ… OK: 0 โŒ Failed: 8 โณ Duration: 25s ๐Ÿ‘‰ Check Action Results for commit 89797b0 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ manticore-backup --version โ€“โ€“โ€“ output โ€“โ€“โ€“ OK โ€“โ€“โ€“ input โ€“โ€“โ€“ manticore-backup --help โ€“โ€“โ€“ output โ€“โ€“โ€“ - manticore- โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-06-04

can't restore when another searchd is running

I can't restore an instance when another searchd instance is running: root@perf ~/repl/1 # cat manticore1.conf searchd { listen = 127.0.0.1:20308:http listen = 127.0.0.1:20201 listen = 127.0.0.1:20301:mysql log = searchd.log query_log = query.log pid_file โ€ฆ

sanikolaevsanikolaev ยท 2023-03-28 ยท 0 ยท #63

bug

chore(clt): upgrade clt version to 0.6.9

donhardmandonhardman ยท 2025-06-04 ยท 3 ยท #129

โ€ฆclt โŒ CLT tests in test/clt-tests/ โœ… OK: 0 โŒ Failed: 8 โณ Duration: 31s ๐Ÿ‘‰ Check Action Results for commit 209d6f3 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ manticore-backup --version โ€“โ€“โ€“ output โ€“โ€“โ€“ OK โ€“โ€“โ€“ input โ€“โ€“โ€“ manticore-backup --help โ€“โ€“โ€“ output โ€“โ€“โ€“ - manticore- โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-06-04

Can't restore when the config file name is custom

Can't restore when the config file name is custom: root@perf ~/repl/1 # manticore-backup --backup-dir=/root/repl/1/backup --restore=backup-20230328051059 Copyright (c) 2023, Manticore Software LTD (https://manticoresearch.com) Manticore config file: โ€ฆ

sanikolaevsanikolaev ยท 2023-03-28 ยท 0 ยท #64

bug

chore(clt): upgrade clt version to 0.6.9

donhardmandonhardman ยท 2025-06-04 ยท 3 ยท #129

โ€ฆclt โŒ CLT tests in test/clt-tests/ โœ… OK: 7 โŒ Failed: 1 โณ Duration: 32s ๐Ÿ‘‰ Check Action Results for commit e17345a Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ cp /etc/manticoresearch/manticore.conf /tmp/ โ€“โ€“โ€“ output โ€“โ€“โ€“ OK โ€“โ€“โ€“ input โ€“โ€“โ€“ cp ./test/clt-tests/config/manticore. โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-06-04

Restore particular tables

It would be great to be able to restore a particular table. IMPORT can be automated for that, e.g.: root@bb5278967f62:/# mysql -P9306 -h0 -e "insert into t(f) values('abc'); flush ramchunk t;" root@bb5278967f62:/# mysql -P9306 -h0 -e "insert into t2(f) โ€ฆ

sanikolaevsanikolaev ยท 2024-01-19 ยท 0 ยท #58

Fix CI due to migration to semver tagger

donhardmandonhardman ยท 2025-06-04 ยท 1 ยท #128

Closing as done and merged: https://github.com/manticoresoftware/manticoresearch-backup/pull/129

donhardmandonhardman ยท 2025-06-04

Cross-platform backup & restore

mtruyensmtruyens ยท 2023-09-04 ยท 4 ยท #75

Hello, Could you please provide additional details, such as the configuration of the searchd, the exact parameters for your backup script, and the exact parameters you use for restoration? In instances where absolute paths are used, the process should be โ€ฆ

donhardmandonhardman ยท 2023-08-30

Cross-platform backup & restore

mtruyensmtruyens ยท 2023-09-04 ยท 4 ยท #75

Hi there. Our team has reviewed the issue and concluded that it's a rather unique situation. It may be challenging to implement the ability to auto-detect prefixes in various OSes. We're currently maintaining absolute prefixes for each folder in the โ€ฆ

donhardmandonhardman ยท 2023-09-04

Cross-platform backup & restore

mtruyensmtruyens ยท 2023-09-04 ยท 4 ยท #75

As a potential solution, try a Dockerized environment with Linux Or you can write a simple bash script which will restore from the backup by copying the files to proper places and uncompressing. manticore-backup doesn't do anything special in this case ( โ€ฆ

sanikolaevsanikolaev ยท 2023-09-04

Cross-platform backup & restore

mtruyensmtruyens ยท 2023-09-04 ยท 4 ยท #75

I believe the most important different consists of the location of the standard folders, which is quite different between a standard Linux install and a standard Homebrew installation on a mac. Here's the configuration at the Linux server: common { plugin โ€ฆ

mtruyensmtruyens ยท 2023-08-31

Adapt to index -> table change and make it backward copmatible

donhardmandonhardman ยท 2024-10-23 ยท 1 ยท #120

โ€ฆclt ๐Ÿ‘Ž CLT tests in test/clt-tests/ โœ… OK: 2 โŒ Failed: 6 โณ Duration: 22s ๐Ÿ‘‰ Check Action Results for commit 1f33711 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ cp ./test/clt-tests/config/manticore.conf /etc/manticoresearch/manticore.conf โ€“โ€“โ€“ output โ€“โ€“โ€“ โ€“โ€“โ€“ input โ€“โ€“โ€“ searchd โ€ฆ

github-actions[bot]github-actions[bot] ยท 2024-10-23

Test/fix after update version clt 0.2.3

PavelShilin89PavelShilin89 ยท 2024-10-22 ยท 1 ยท #119

โ€ฆclt ๐Ÿ‘Ž CLT tests in test/clt-tests/ โœ… OK: 7 โŒ Failed: 1 โณ Duration: 22s ๐Ÿ‘‰ Check Action Results for commit b58a98c Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ cp ./test/clt-tests/config/manticore.conf /etc/manticoresearch/manticore.conf โ€“โ€“โ€“ output โ€“โ€“โ€“ โ€“โ€“โ€“ input โ€“โ€“โ€“ searchd โ€ฆ

github-actions[bot]github-actions[bot] ยท 2024-10-22

Migrate to automatic semver action

donhardmandonhardman ยท 2025-01-20 ยท 3 ยท #121

pack

โ€ฆclt ๐Ÿ‘Ž CLT tests in test/clt-tests/ โœ… OK: 7 โŒ Failed: 1 โณ Duration: 24s ๐Ÿ‘‰ Check Action Results for commit 8ca1369 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ cp ./test/clt-tests/config/manticore.conf /etc/manticoresearch/manticore.conf โ€“โ€“โ€“ output โ€“โ€“โ€“ โ€“โ€“โ€“ input โ€“โ€“โ€“ searchd โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-01-20

Migrate to automatic semver action

donhardmandonhardman ยท 2025-01-20 ยท 3 ยท #121

pack

โ€ฆclt ๐Ÿ‘Ž CLT tests in test/clt-tests/ โœ… OK: 7 โŒ Failed: 1 โณ Duration: 25s ๐Ÿ‘‰ Check Action Results for commit ee9ebe4 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ cp ./test/clt-tests/config/manticore.conf /etc/manticoresearch/manticore.conf โ€“โ€“โ€“ output โ€“โ€“โ€“ โ€“โ€“โ€“ input โ€“โ€“โ€“ searchd โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-01-20

Migrate to automatic semver action

donhardmandonhardman ยท 2025-01-20 ยท 3 ยท #121

pack

โ€ฆclt ๐Ÿ‘Ž CLT tests in test/clt-tests/ โœ… OK: 7 โŒ Failed: 1 โณ Duration: 24s ๐Ÿ‘‰ Check Action Results for commit 12e0d79 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ cp ./test/clt-tests/config/manticore.conf /etc/manticoresearch/manticore.conf โ€“โ€“โ€“ output โ€“โ€“โ€“ โ€“โ€“โ€“ input โ€“โ€“โ€“ searchd โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-01-20

support shebang config

sanikolaevsanikolaev ยท 2023-09-29 ยท 1 ยท #77

est::size_S

Fixed in this pull request: https://github.com/manticoresoftware/manticoresearch-backup/pull/80

donhardmandonhardman ยท 2023-09-29

Dig into issue of CI in backup

donhardmandonhardman ยท 2023-09-29 ยท 2 ยท #81

Closing this task due to it's finished and uses latest CLT version and new action

donhardmandonhardman ยท 2023-09-29

Dig into issue of CI in backup

donhardmandonhardman ยท 2023-09-29 ยท 2 ยท #81

This fix has been implemented in this pull: https://github.com/manticoresoftware/manticoresearch-backup/pull/80 Before we proceed with the merge, it's necessary to re-tag updates in CLT tests and also contemplate the appropriate behavior for the plugin โ€ฆ

donhardmandonhardman ยท 2023-09-28

Store config name in meta file on backup and use it on restore

donhardmandonhardman ยท 2024-07-02 ยท 1 ยท #117

enhancementest::size_S

This is a breaking change and will make old backups incompatible I think we can make it non-breaking by just supporting the way it works now.

sanikolaevsanikolaev ยท 2024-06-21