GitHub user ninuxer closed a discussion: how to update from 2.5 to 2.11
In the new version, data structures like search are introduced, it create a new column family in rocksdb, but old version is not support. In many case during production upgrades, it's need for continuity of service. We usually upgrade based on the old and new version of the master switch mode, after the new version switch to master, if the old version full synchronization, the old version process will crash. Therefore, it is possible to disable the new data structure at compile time or runtime to ensure compatibility with the old version GitHub link: https://github.com/apache/kvrocks/discussions/2851 ---- This is an automatically sent email for issues@kvrocks.apache.org. To unsubscribe, please send an email to: issues-unsubscr...@kvrocks.apache.org