How to Safely Rollback after Upgrading Lucene?

2023-06-23 Thread Yixun Xu
Hello, I have a service that creates and manages Lucene indices. The service is using Lucene 8 and I want to upgrade to Lucene 9, and I would like to be able to rollback the upgrade in case I encounter any issues (*). The problem is that the older version of the service won't be able to read the s

Re: How to Safely Rollback after Upgrading Lucene?

2023-06-23 Thread Steven Schlansker
Hi, > On Jun 23, 2023, at 2:34 PM, Yixun Xu wrote: > > Hello, > > I have a service that creates and manages Lucene indices. The service is > using Lucene 8 and I want to upgrade to Lucene 9, and I would like to be > able to rollback the upgrade in case I encounter any issues (*). The > problem