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

277 results 21 ms in manticoresoftware/manticoresearch-backup

Make it work on Windows

donhardmandonhardman · 2023-02-20 · 0 · #54

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

could you upload your backup of the products index that we could try to restore and investigate the hung? You could upload your data as explained in the manual

tomatologtomatolog · 2024-06-06

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

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

Uploaded a backup of the product index: issue-116.

srgtestsrgtest · 2024-06-07

Create backup-of-all-files.rec

PavelShilin89PavelShilin89 · 2024-02-26 · 3 · #104

est::size_S

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

Any information on the problem?

srgtestsrgtest · 2024-06-14

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

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

Looks like more tables or additional load are required to reproduce the issue: snikolaev@dev2:~/issue-116$ manticore-backup --config=manti.conf --backup-dir=backup Copyright (c) 2023-2024, Manticore Software LTD (https://manticoresearch.com) Manticore …

sanikolaevsanikolaev · 2024-06-14

Update CLT version to display better summaries

donhardmandonhardman · 2024-04-16 · 3 · #111

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

Yes, without load there are no problems. But when you remove a backup to the product index, there are SELECT and UPDATE . There is an idea that this is due to load and requests. At this moment, the backup is FREEZE before the backup is completed, and …

srgtestsrgtest · 2024-06-17

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

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

Pls let me know what update and select queries are running during backup. Simple: snikolaev@dev2:~$ while true; do mysql -P9315 -h0 -e "update products set nds=21 where id=612731;update products set nds=20 where id=612731"; echo -n .; done; doesn't change …

sanikolaevsanikolaev · 2024-06-18

Fixed year in copyright

sanikolaevsanikolaev · 2024-01-15 · 0 · #101

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

There is a query.log log for this date. In the attachment, there are queries that were executed during the backup period. query.log.2.gz Can be compared by time.

srgtestsrgtest · 2024-06-18

use PHP_OS_FAMILY

GemorrojGemorroj · 2023-02-10 · 0 · #52

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

from query.log you provided I see the last queries were /* Wed Jun 05 06:53:18.396 2024 conn 14060 (10.9.2.195:51636) real 0.522 wall 0.523 found 1190452 */ SELECT id, then there is a gap and next queries with errors seems come after daemon restart ... /* …

tomatologtomatolog · 2024-06-18

Implement the logic to backup and restore multiple configs

donhardmandonhardman · 2024-02-22 · 1 · #106

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

When the daemon froze, the requests were no longer received and were not recorded in the logs. I can also attach log files, you can see the time there.

srgtestsrgtest · 2024-06-19

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

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

@srgtest what may work out is if you just give us a few typical queries you make and some info about the load like: one update per second like this ... 2 selects per second like this ...

sanikolaevsanikolaev · 2024-06-19

Uncomment important env for release

donhardmandonhardman · 2024-05-22 · 1 · #114

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

@sanikolaev Ok, I'll try to collect such information and requests.

srgtestsrgtest · 2024-06-21

Update tests due to latest change in the date for columnar version

donhardmandonhardman · 2024-05-22 · 6 · #115

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

I have the same problem. A backup on a loaded database fails with an error and work is blocked. root@ec2733c78e2d:/tmp# manticore-backup --backup-dir=/tmp Copyright (c) 2023-2024, Manticore Software LTD (https://manticoresearch.com) Manticore config file: …

nxjtsnxjts · 2024-07-08

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

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

Average load ~ 2000 requests. Usually there are more updates, but there are also selections. 2000 requests per second, mostly updates?

sanikolaevsanikolaev · 2024-07-09

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

I've reproduced smth similar when backing up a few gigabytes table under heavy UPDATE load: 2024-07-09 04:48:02 [Info] name... Fatal error: Uncaught Manticoresearch\Backup\Exception\SearchdException: Failed to send query to the Manticore Search daemon. …

sanikolaevsanikolaev · 2024-07-09

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

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

@srgtest @nxjts Can you confirm you were updating a string/json attribute when it hanged? Here's what I've reproduced: MRE Config: snikolaev@dev2:~$ cat 116.conf searchd { listen = 9315:mysql listen = 9316 log = searchd.log pid_file = searchd.pid data_dir …

sanikolaevsanikolaev · 2024-07-09

Display skipped table

donhardmandonhardman · 2023-12-04 · 0 · #95

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

Most often uint, bigint, mva. Less often json.

nxjtsnxjts · 2024-07-09

hasFiles() fix related with empty dirs

hasFiles(data dir) shows true in case there's /var/lib/manticore/.extra/_gpgorigin . The patch limits max depth to the highest level only, so we don't check inside hidden dirs.

sanikolaevsanikolaev · 2024-02-24 · 0 · #108

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

srgtestsrgtest · 2024-09-30 · 17 · #116

bugrel::upcoming

Can be still reproduced in a newer version: Manticore 6.3.7 640fac840@24092910 dev (columnar 2.3.1 f9ef8b9@24090411) (secondary 2.3.1 f9ef8b9@24090411) (knn 2.3.1 f9ef8b9@24090411)

sanikolaevsanikolaev · 2024-09-30

Update release.yml

djklim87djklim87 · 2024-04-11 · 0 · #110

Uncomment important env for release

donhardmandonhardman · 2024-05-22 · 1 · #114

…clt 👎 CLT tests in tests/ ✅ OK: 1 ❌ Failed: 7 ⏳ Duration: 23s 👉 Check Action Results for commit 6f72e1b Failed tests: ––– input ––– cp tests/config/manticore.sh /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– - …

github-actions[bot]github-actions[bot] · 2024-05-22

Update PHP codestyle

Update PHP codestyle to the latest version

donhardmandonhardman · 2022-10-11 · 0 · #15

Update tests due to latest change in the date for columnar version

donhardmandonhardman · 2024-05-22 · 6 · #115

…clt 👎 CLT tests in tests/ ✅ OK: 6 ❌ Failed: 2 ⏳ Duration: 25s 👉 Check Action Results for commit eeacba9 Failed tests: ––– input ––– cp tests/config/manticore.sh /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– - …

github-actions[bot]github-actions[bot] · 2024-05-22

License-related changes

sanikolaevsanikolaev · 2023-11-17 · 0 · #16

Update tests due to latest change in the date for columnar version

donhardmandonhardman · 2024-05-22 · 6 · #115

…clt 👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 23s 👉 Check Action Results for commit de4c359 Failed tests: ––– input ––– cp ./tests/config/manticore.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– …

github-actions[bot]github-actions[bot] · 2024-05-22