Igor
Igor
Hello In my opinion the best idea is to be compatible with the mysqldump utility. This is the most natural way to make a logical backup. Or create a manticoredump)...
Package for sql dump RT index under Node.js [indexdump](https://www.npmjs.com/package/indexdump)
Some problem with paths to exceptions, stopwords and wordforms files When a backup is created in SHOW CREATE TABLE these paths point to the index directory. Is there any way...
It's probably not the best solution. A backup is a snapshot of the current state of an index. Including wordforms files. Also one of the main options for using Manticore...
Yes, there is a list, but it could also be obtained from the result of SHOW CREATE TABLE (exceptions, stopwords and wordforms) The problem is accessing these files. They are...
> `lock [,,
Got it. [indexbackup](https://www.npmjs.com/package/indexbackup) Utility for physical backup under Node.js In the end, if you write a command in sudoers - everything is quite convenient Like this: ``` %username ALL=(ALL)NOPASSWD:/usr/local/bin/indexbackup *...
For some cases, a manticore.json backup is needed. Is there a way to get the data_dir parameter?
If possible, discuss changing the default permissions for index files as well. For example read access for the manticore group. Then it would be possible to add a backup user...
In my case, without a semicolon - does not work. But it works if you remove the empty line before and after CREATE TABLE. In any case, this is somewhat...