Getting Started
Architecture
NServiceBus
Transports
ServiceInsight
ServicePulse
ServiceControl
Monitoring
Modernization
Samples

RavenDB Persistence Upgrade from 9 to 10

Component: RavenDB Persistence

RavenDB Client Upgrade

NServiceBus.RavenDB version 10 introduces support for RavenDB.Client 6.2.9 or higher.

RavenDB clients are forward-compatible starting with version 4.2, meaning a newer client can connect to a server of the same or higher version. However, if your servers are running a version prior to 6, upgrading the client requires extra care.

In this case, review both the RavenDB client breaking changes and the RavenDB server breaking changes to ensure compatibility before upgrading.

If your servers are already on RavenDB 6 or higher, you can safely upgrade the client library after consulting the RavenDB client breaking changes without requiring immediate server changes.

Related Articles