Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit fa745a0

Browse files
authored
Merge pull request #2687 from magento-commerce/12-10_integration
12 10 integration
2 parents 45c55ef + 85e8c58 commit fa745a0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/_includes/config/redis-verify.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ If you use Redis for page caching, you'll see output similar to the following:
5050
... more ...
5151
```
5252

53+
### Inspecting compressed data
54+
55+
To inspect compressed Session data and Page Cache, the [Redis Desktop Manager](https://flathub.org/apps/details/dev.rdm.RDM) supports the automatic decompression of Magento 2 Session and Page cache and displays PHP session data in a human-readable form.
56+
5357
### Redis ping command
5458

5559
Enter the following command:

src/cloud/project/project-webint-snap.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ functional_areas:
55
- Cloud
66
---
77

8-
You can back up and restore specific environments at any time using a snapshot. Snapshot options are available for all Starter environments and Pro Integration environments. You cannot snapshot Pro Staging or Production environments.
8+
You can back up and restore specific environments at any time using a snapshot. Snapshot options are available for all Starter environments and Pro Integration environments. The snapshot feature does not apply to the Pro Staging and Production environments.
9+
10+
The Pro Staging and Production environments receive regular backups for disaster recovery purposes by default, see [Pro Backup & Disaster Recovery]({{ site.baseurl }}/cloud/architecture/pro-architecture.html#backup-and-disaster-recovery). However, these backups are not publicly accessible because they are stored in a separate system. You can open a ticket to request a backup with a specific date, time, and timezone. Then we can extract it from the external system and provide it to you.
911

1012
A _snapshot_ is a complete backup of an environment that includes all persistent data from all running services (for example, your MySQL database, Redis, and so on) and any files stored on the mounted volumes. Because an environment deploys as a read-only file system, restoring a snapshot is very fast.
1113

0 commit comments

Comments
 (0)