AI agents: use the documentation index at llms.txt to locate machine-readable pages. This section is indexed by https://docs.particular.net/persistence/llms.txt. The markdown version of this page is served as plain text. An MCP server at /mcp serves the same content via the search_docs and read_doc tools; it is read-only and needs no credentials. Markdown versions of documentation pages are available by appending .md to the page URL. Directory URLs use index.md. They are served as text/plain because some retrieval backends reject text/markdown.

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