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 48 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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