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

24 results 9 ms in manticoresoftware/manticoresearch-backup

Adapt the code and tests to KNN and fix SKIP issue

We've encountered broken tests in the backup following a change in the official Docker image. Additionally, there's an issue with KNN, and the backup failed to retrieve the versions. We also need to include the KNN version in the versions.json file and โ€ฆ

donhardmandonhardman ยท 2023-12-04 ยท 2 ยท #96

Wrong ownership after installation in Debian/Ubuntu

When you install manticore-backup in Debian/Ubuntu under root the ownership looks like this: root@78c483766894:/backup# ls -la usr/share/manticore/modules/manticore-backup/ total 104 drwxr-xr-x 4 1001 123 4096 Aug 4 08:41 . drwxr-xr-x 3 1001 123 4096 Aug โ€ฆ

sanikolaevsanikolaev ยท 2023-11-02 ยท 1 ยท #82

est::size_M

handle max_connections better

sudo manticore-backup --config=conf --backup-dir=/path/to/search/idx.backup Copyright (c) 2023, Manticore Software LTD (https://manticoresearch.com/) Manticore config file: /home/user/conf Tables to backup: all tables Backup dir: /path/to/search/idx. โ€ฆ

sanikolaevsanikolaev ยท 2023-12-18 ยท 2 ยท #94

est::size_S

manticore-backup Failed to send query to the Manticore Search daemon

Update Jul 9 2024 Likely MRE - https://github.com/manticoresoftware/manticoresearch-backup/issues/116#issuecomment-2216597206 Package versions: manticore-backup/jammy,now 1.3.8-24052208-57fc406 all [ัƒัั‚ะฐะฝะพะฒะปะตะฝ, ะฐะฒั‚ะพะผะฐั‚ะธั‡ะตัะบะธ] manticore-buddy/jammy,now 2.3 โ€ฆ

srgtestsrgtest ยท 2024-11-01 ยท 24 ยท #116

bugest::size_Mrel::upcoming

Improve tests to make sure all table files are backed up

It's turned out .spknn files are not backed up now (because FREEZE doesn't show them). Let's improve the tests to make sure all table files are backed up by comparing the backed up files with the actual table files.

sanikolaevsanikolaev ยท 2024-02-21 ยท 1 ยท #100

est::size_M

Cannot write to backup directory - "/"

When we restore a backup to the root directory, for example, using --backup-dir=/ , and there's a file in the state directory, we can't restore it because of an error.

donhardmandonhardman ยท 2024-02-12 ยท 1 ยท #103

support shebang config

If you try to backup in a container of our official docker image, you'll get: root@4cfeb22b0f9e:/var/lib/manticore# manticore-backup --backup-dir=/tmp/ Copyright (c) 2023, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/ โ€ฆ

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

est::size_S

Can't restore outdated backup cause folder non exist

I faced with interesting behavior. If I created a dump with the old version of Buddy, I can't restore it because I haven't desired path. For example in my dump has files inside /usr/share/manticore/modules/manticore-buddy/vendor/composer/composer/doc/... โ€ฆ

djklim87djklim87 ยท 2023-11-02 ยท 14 ยท #83

est::size_S

Add absolute path support for restore attr

Now to restore the backup we need to use a nested path consisting from backup-dir and restore attribute: manticore-backup --backup-dir=/tmp --restore=mybackup We need to add absolute path support for restore attr, omitting backup-dir in that case: โ€ฆ

djklim87djklim87 ยท 2023-10-31 ยท 11 ยท #84

Improve decompression logic on restoring compressed backup

At present, our backup restoration process involves reading the file into memory and decompressing it within the same process. This method can lead to "memory out of limit" errors when dealing with large files. To rectify this, we should adopt a more โ€ฆ

donhardmandonhardman ยท 2023-10-25 ยท 1 ยท #76

est::size_M

Store backup tool version

We should store manticore-backup tool version and check major changes on restore. In case if major version different and we have breaking changes we should notify user the same way we do with --force flag

donhardmandonhardman ยท 2023-11-07 ยท 2 ยท #90

enhancementest::size_S

Dig into issue of CI in backup

After transitioning to the new CLT action and updating our images, we've encountered a peculiar issue that needs to be addressed. The problem is as illustrated in the following screenshot:

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

Backup fails with dynamic config

Conf manticore.conf #!/bin/sh if [ -z "$BLACKLIST_MODE" ]; then BLACKLIST_MODE=0 fi if [ -z "$QUERY_LOG_TO_STDOUT" ]; then DEBUG_QUERY=0 fi SEARCHD_NLP="" NLP_CONF=/etc/manticoresearch/conf_mount/searchd_include.conf if [ -f "$NLP_CONF" ]; then SEARCHD_ โ€ฆ

djklim87djklim87 ยท 2023-02-22 ยท 2 ยท #55

bug

Add possibility to backup extra files

First, we need to double-check if we truly need the configuration when restoring. If the answer is yes, we should develop a system that allows us to pass multiple configurations, enabling us to back them all up. The feature should also allow us to add โ€ฆ

donhardmandonhardman ยท 2024-02-23 ยท 2 ยท #105

https listener prevents from connecting to Manticore Search

If you have this in the config: listen = 9312 listen = 127.0.0.1:9306:mysql listen = 127.0.0.1:9308:http listen = 127.0.0.1:9343:https manticore-backup will fail like this: โžœ ~ manticore-backup --backup-dir=/tmp/ Copyright (c) 2023, Manticore Software LTD โ€ฆ

sanikolaevsanikolaev ยท 2023-04-05 ยท 4 ยท #59

bug

support relative paths

config: root@perf ~/repl/1 # ls -la total 140 drwxr-xr-x 3 root root 4096 Mar 28 05:27 . drwxr-xr-x 4 root root 4096 Jan 12 03:53 .. drwxr-xr-x 3 root root 4096 Mar 28 05:27 data -rw-r--r-- 1 root root 189 Mar 28 05:12 manticore1.conf -rw------- 1 root โ€ฆ

sanikolaevsanikolaev ยท 2023-04-05 ยท 4 ยท #60

bug

can't backup from non-default config

root@perf ~/repl/1 # cat manticore1.conf searchd { listen = 127.0.0.1:20201 listen = 127.0.0.1:20301:mysql log = searchd.log query_log = query.log pid_file = searchd.pid data_dir = data binlog_path = } root@perf ~/repl/1 # manticore-backup --config=/root/ โ€ฆ

sanikolaevsanikolaev ยท 2023-03-31 ยท 2 ยท #61

bug

fails to backup with relative data_dir

With this config: searchd { listen = 127.0.0.1:20208:http listen = 127.0.0.1:20201 listen = 127.0.0.1:20301:mysql log = searchd.log query_log = query.log pid_file = searchd.pid data_dir = data binlog_path = } manticore-backup fails to backup the instance: โ€ฆ

sanikolaevsanikolaev ยท 2023-04-05 ยท 3 ยท #62

bug

Check and fix CI

After latest updates and new test-kit image we have some issues in CI tests. We need to check and fix it.

donhardmandonhardman ยท 2023-10-30 ยท 1 ยท #86

bug

Add tests to make sure that we able to backup and restore multiple configs

We've added a feature that allows backing up multiple configurations: https://github.com/manticoresoftware/manticoresearch-backup/pull/106 Now, we need to ensure it's working correctly by testing: Backing up multiple configurations is successful. โ€ฆ

donhardmandonhardman ยท 2024-02-27 ยท 1 ยท #107