manticoresoftware / manticoresearch-backup

Repository for Manticore Search backup scripts
GNU General Public License v3.0
3 stars 1 forks source link

Adapt the code and tests to KNN and fix SKIP issue #96

Closed donhardman closed 9 months ago

donhardman commented 9 months ago

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 resolve the SKIP render issue that occurs when we don't display the index name during data backup.

donhardman commented 9 months ago

The updates have been made in this pull request: https://github.com/manticoresoftware/manticoresearch-backup/pull/95.

We're ignoring the buddy version on restore because it doesn't have any effect, and we're not backing it up. We've moved to version 1.3.x because of the new versions we're adding to the versions.txt file.

donhardman commented 9 months ago

Merged. Closing the issue