Skip to content

Instantly share code, notes, and snippets.

@juanonsoftware
Last active May 20, 2021 03:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanonsoftware/d1d3bc618953460df2a22c2c48780f66 to your computer and use it in GitHub Desktop.
Save juanonsoftware/d1d3bc618953460df2a22c2c48780f66 to your computer and use it in GitHub Desktop.
Steps to start working with RavenDB version 4.2
This contains some steps to start working with RVDB 4.2
1. Download the zip at https://ravendb.net/download
2. Unzip to a folder eg D:\Tools\RavenDB\RavenDB-4.2.113-windows-x64
3. Start a PowerShell in Admin mode and change to RVDB folder, execute run.ps1 script
4. Go through some simple steps, ignore configuring any server certificate, we can start using RVDB at this address: http://127.0.0.1:8080/studio/index.html
===> Now it's ready to create a database for testing purpose.
We can use server wide task to backup all databases
1. Go to Manage Server / Server-wide backup
2. Add a new task to perform backup with periodically
In case we want to backup one database
1. Go to a database
2. Then Settings / Manage on going tasks
3. Create a new task and select Backup type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment