Last active
May 20, 2021 03:07
-
-
Save juanonsoftware/d1d3bc618953460df2a22c2c48780f66 to your computer and use it in GitHub Desktop.
Steps to start working with RavenDB version 4.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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