manticoresoftware / manticoresearch-backup

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

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

Closed donhardman closed 6 months ago

donhardman commented 6 months ago

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:

  1. Backing up multiple configurations is successful.
  2. Restoring multiple configurations is successful.

To back up multiple configurations, execute the backup tool with flags --config=config1.conf --config=config2.conf, ensuring both are included in the backup. The first configuration will be used to connect to the daemon.

When restoring, verify that both configurations are properly restored.

PavelShilin89 commented 6 months ago

Done in https://github.com/manticoresoftware/manticoresearch-backup/pull/109