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
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-how-to-import-export-data.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Import and export are supported in the Premium, Enterprise, and Enterprise Flash
31
31
- You can import RDB files from Premium tier caches into Enterprise and Enterprise Flash tier caches.
32
32
- You can't import from Redis Enterprise tiers to Premium tier.
33
33
- You can export your snapshots as RDB page blobs in Premium tier, or as `.gz` block blobs in Enterprise tiers.
34
-
-Export isn't supported by blob storage accounts.
34
+
-Blob storage accounts don't support export.
35
35
- Caches running Redis 4.0 support RDB version 8 and below. Caches running Redis 6.0 support RDB version 9 and below.
36
36
- You can't import exported backups from newer versions of Redis like Redis 6.0 into older versions like Redis 4.0.
37
37
@@ -83,7 +83,7 @@ You can monitor import progress by following the notifications from the Azure po
83
83
84
84
## Export
85
85
86
-
The export process exports the data stored in your Azure Redis cache to RDB files. You can use this feature to move data from one Azure Cache for Redis instance to another or to another Redis server.
86
+
The export process exports the data stored in your Azure Redis cache to RDB files. You can use this feature to move data from one Azure Cache for Redis instance to another instance or to another Redis server.
87
87
88
88
During the export process, a temporary file is created on the virtual machine that hosts the Azure Redis server instance. The file is then uploaded to the chosen storage account. When the export operation completes with either success or failure, the temporary file is deleted.
89
89
@@ -127,13 +127,13 @@ This section contains frequently asked questions about the import and export fea
127
127
-[Can I automate import-export using Azure PowerShell or Azure CLI?](#can-i-automate-import-export-using-azure-powershell-or-azure-cli)
128
128
-[Can I import data from any Redis server?](#can-i-import-data-from-any-redis-server)
129
129
-[Can I import or export data from a storage account in a different subscription than my cache?](#can-i-import-or-export-data-from-a-storage-account-in-a-different-subscription-than-my-cache)
130
-
-[Can I use import-export with Redis clustering?](#can-i-use-importexport-with-redis-clustering)
131
-
-[How does import-export work with custom databases settings?](#how-does-import-export-work-with-custom-database-settings)
130
+
-[Can I use import-export with Redis clustering?](#can-i-use-import-export-with-redis-clustering)
131
+
-[How does import-export work with custom database settings?](#how-does-import-export-work-with-custom-database-settings)
132
132
-[How is import-export different from Redis data persistence?](#how-is-import-export-different-from-redis-data-persistence)
133
133
-[Is my cache available during an import-export operation?](#is-my-cache-available-during-an-import-export-operation)
134
134
-[What if I have a firewall enabled on my storage account?](#what-if-i-have-firewall-enabled-on-my-storage-account)
135
135
-[What RDB versions can I import?](#what-rdb-versions-can-i-import)
136
-
-[Which Azure Redis tiers support import-export?](#which-tiers-support-importexport)
136
+
-[Which Azure Redis tiers support import-export?](#which-tiers-support-import-export)
137
137
-[Which permissions does the storage account container shared access signature (SAS) token need to allow export?](#which-permissions-need-to-be-granted-to-the-storage-account-container-shared-access-signature-sas-token-to-allow-export)
138
138
-[Why did I get an error when exporting my data to Azure Blob Storage?](#why-did-i-get-an-error-when-exporting-my-data-to-azure-blob-storage)
139
139
<!--- [Why did I get a timeout error during my import-export operation?](#why-did-i-get-a-timeout-error-during-my-import-export-operation?)-->
@@ -164,7 +164,7 @@ For more information on supported RDB versions for import, see [Compatibility](#
164
164
165
165
Yes, and you can import and export between a clustered cache and a nonclustered cache. Since Redis cluster [only supports database 0](cache-how-to-scale.md#do-i-need-to-make-any-changes-to-my-client-application-to-use-clustering), any data in databases other than 0 isn't imported. When clustered cache data is imported, the keys are redistributed among the shards of the cluster.
166
166
167
-
### How does import-export work with custom databases settings?
167
+
### How does import-export work with custom database settings?
168
168
169
169
Some pricing tiers have different [database limits](cache-configure.md#databases). If you configured a custom value for the `databases` setting during cache creation, there are some considerations when importing.
0 commit comments