You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[A Development Cloud Server](../cloud/cloud-instances.mdx#a-development-cloud-server)
31
+
*[A Production Cloud Cluster](../cloud/cloud-instances.mdx#a-production-cloud-cluster)
32
+
-[Basic-grade Production Cluster](../cloud/cloud-instances.mdx#basic-grade-production-cluster)
33
+
-[Standard-grade Production Cluster](../cloud/cloud-instances.mdx#standard-grade-production-cluster)
34
+
-[Performance-grade Production Cluster](../cloud/cloud-instances.mdx#performance-grade-production-cluster)
35
35
</Admonition>
36
36
## A Free Cloud Node
37
37
38
38
Free RavenDB cloud nodes are great for experiments and evaluation. They are equipped with the
39
39
most basic configuration and capabilities. They have a single node and no Service-Level Agreement (SLA).
40
-
You can run only one free node per [account](../cloud/cloud-overview#your-account).
40
+
You can run only one free node per [account](../cloud/cloud-overview.mdx#your-account).
41
41
42
-
To raise a free cloud node, use the [Products tab](../cloud/portal/cloud-portal-products-tab)
42
+
To raise a free cloud node, use the [Products tab](../cloud/portal/cloud-portal-products-tab.mdx)
43
43
to create a **free**-tier instance.
44
44
45
45

46
46
47
-
* A free instance is identical to a development [Dev10](../cloud/cloud-instances#a-development-cloud-server) instance.
47
+
* A free instance is identical to a development [Dev10](../cloud/cloud-instances.mdx#a-development-cloud-server) instance.
48
48
It comes with a monthly credit of **$10**, used to cover the cost of the instance and incidentals like backup storage
49
49
and traffic.
50
50
<Admonitiontype="note"title="Note">
@@ -62,11 +62,11 @@ to create a **free**-tier instance.
62
62
A development server is equipped with all of RavenDB's [features](https://ravendb.net/buy)
63
63
but is **not** suitable for production for the following reasons:
64
64
65
-
* A single-node configuration (no [replication](../server/clustering/replication/replication)).
66
-
*[Burstable](../cloud/cloud-overview#burstable-instances) CPU usage, suitable for small to medium production loads.
65
+
* A single-node configuration (no [replication](../7.1/server/clustering/replication/replication)).
66
+
*[Burstable](../cloud/cloud-overview.mdx#burstable-instances) CPU usage, suitable for small to medium production loads.
67
67
Burstable instances can become throttled if usage exceeds allocated resources.
68
-
* Lack of [backup](../cloud/cloud-backup-and-restore#cloud-backup) procedure.
69
-
* No [Service Level Agreement](../cloud/portal/cloud-portal-support-tab#support-entitlement).
68
+
* Lack of [backup](../cloud/cloud-backup-and-restore.mdx#cloud-backup) procedure.
69
+
* No [Service Level Agreement](../cloud/portal/cloud-portal-support-tab.mdx#support-entitlement).
70
70
71
71
To raise a cloud Development server, create a product using the Products tab and select the **Development** tier.
72
72
@@ -105,7 +105,7 @@ with a **higher number of nodes** to further distribute the cluster's workload.
105
105
[Contact Support](https://ravendb.net/contact) to provision customized cloud-based clusters
106
106
with configurations that suit your needs.
107
107
108
-
*Production tier* clusters can be also extended by [additional product nodes](../cloud/portal/cloud-portal-products-tab#nodes-additional-product-nodes).
108
+
*Production tier* clusters can be also extended by [additional product nodes](../cloud/portal/cloud-portal-products-tab.mdx#nodes-additional-product-nodes).
109
109
<Admonitiontype="info"title="Info">
110
110
This option is not available for **PS** instance types.
111
111
</Admonition>
@@ -120,20 +120,20 @@ Please be aware that cloud cluster nodes are provided with dynamic IP addresses
The resources of standard production clusters are [reserved](../cloud/cloud-overview#reserved-clusters).
136
+
The resources of standard production clusters are [reserved](../cloud/cloud-overview.mdx#reserved-clusters).
137
137
The cluster can utilize them at all times, and is equipped to handle constant production load.
138
138
139
139
Use the slide-bars to select your Standard Production cluster's configuration and storage.
@@ -153,7 +153,7 @@ high I/O latencies, RavenDB will alert you to the issue so you can upgrade the t
153
153
number of IOPS reserved for your instances.
154
154
#### 3. Performance-grade Production Cluster
155
155
156
-
Performance tier cluster are special [reserved](../cloud/cloud-overview#reserved-clusters) production clusters featuring high-throughput and low latency with a directly mapped local NVMe storage. When multiple NVME disks are available, in order to achieve the best possible throughput and to get as many IOPS as possible, multiple NVME volumes are striped together with RAID0.
156
+
Performance tier cluster are special [reserved](../cloud/cloud-overview.mdx#reserved-clusters) production clusters featuring high-throughput and low latency with a directly mapped local NVMe storage. When multiple NVME disks are available, in order to achieve the best possible throughput and to get as many IOPS as possible, multiple NVME volumes are striped together with RAID0.
*[Conversion from a regular Cloud Account to an Azure Marketplace Account](../cloud/cloud-microsoft-azure-marketplace#conversion-from-a-regular-cloud-account-to-an-azure-marketplace-account)
*[Conversion from a regular Cloud Account to an Azure Marketplace Account](../cloud/cloud-microsoft-azure-marketplace.mdx#conversion-from-a-regular-cloud-account-to-an-azure-marketplace-account)
Learn how to [install the certificate and access RavenDB Cloud Studio](../cloud/cloud-overview#ravendb-studio---graphic-user-interface) if this is your first time using Cloud Studio.
36
+
Learn how to [install the certificate and access RavenDB Cloud Studio](../cloud/cloud-overview.mdx#ravendb-studio---graphic-user-interface) if this is your first time using Cloud Studio.
37
37
38
38
If you have already installed the certificate and accessed Studio,
39
39
click the URLs in the Products tab to open a Studio GUI for each node.
@@ -69,9 +69,9 @@ In the Destination Server, create or select an empty database and open its **Tas
69
69
70
70
## Import From File
71
71
72
-
Another option is to [export a database](../studio/database/tasks/export-database) from the source server in the
72
+
Another option is to [export a database](../7.1/studio/database/tasks/export-database) from the source server in the
73
73
`.ravenDBDump` format, and upload it to another database using the
74
-
[import data from file](../studio/database/tasks/import-data/import-data-file) operation.
74
+
[import data from file](../7.1/studio/database/tasks/import-data/import-data-file) operation.
75
75
This option doesn't require passing certificates:
76
76
#### First export the data from source server
77
77
@@ -102,10 +102,10 @@ This option doesn't require passing certificates:
102
102
103
103
* If you've deleted documents from the source database in the last few minutes before live-importing,
104
104
the deleted documents will still appear in the destination database.
105
-
This is because after deleting a document, a [tombstone](../glossary/tombstone) is left behind as a signal for backups and
105
+
This is because after deleting a document, a [tombstone](../7.1/glossary/tombstone) is left behind as a signal for backups and
106
106
various behind-the-scene processes.
107
107
* Once all of these processes have been completed,
108
-
the tombstones are cleaned. They are cleaned every 5 minutes by default. You can configure the [tombstone cleaner time intervals](../server/configuration/tombstone-configuration).
108
+
the tombstones are cleaned. They are cleaned every 5 minutes by default. You can configure the [tombstone cleaner time intervals](../7.1/server/configuration/tombstone-configuration).
109
109
* After they are cleaned, performing another live-import will show that the documents have been deleted.
0 commit comments