Getting Started
Architecture
NServiceBus
Transports
Persistence
ServiceInsight
ServicePulse
ServiceControl
Monitoring
Samples

Installing RavenDB

Component: NServiceBus

To install RavenDB, download the server and install as described in the RavenDB documentation or use a hosted RavenDB provider such as RavenHQ.

RavenDB should only be used for NServiceBus persistence when the endpoint's business data is already stored in RavenDB. NServiceBus shares the same DocumentStore object used for business data, configured using the RavenDB connection options.

Upgrading RavenDB

To upgrade an existing RavenDB installation, refer to the RavenDB upgrade process.

It is strongly recommended to backup all databases before upgrading.

Related Articles