👀 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
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/ …
donhardman · 2024-07-02 · 1 · #117
enhancementest::size_S
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 …
sanikolaev · 2023-03-28 · 0 · #63
bug
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) …
sanikolaev · 2024-01-19 · 0 · #58
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: …
sanikolaev · 2023-03-28 · 0 · #64
bug
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
sanikolaev · 2023-01-13 · 0 · #48
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 …
sanikolaev · 2023-01-04 · 0 · #47