Skip to content

Commit 8361d23

Browse files
committed
Clarify storage usage in migration guide
1 parent f16ed38 commit 8361d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/self-hosted/kubernetes-migration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ certain components used by your current Private Packagist Self-Hosted installati
1414

1515
## Backing up the data
1616

17-
Private Packagist Self-Hosted stores data in three different ways. A PostgreSQL database used as primary storage,
18-
a Redis database used as secondary storage, cache, and job queue, and a file/blob storage for uploaded artifacts and dist
17+
Private Packagist Self-Hosted stores data in three different ways. A PostgreSQL database, a Redis database used as storage
18+
for installation and usage statistics, cache, and job queue, and a file/blob storage for uploaded artifacts and dist
1919
files used during composer install.
2020

2121
To avoid any data inconsistency and random errors during application usage all three of them need to be backed up and restored at the same time.

0 commit comments

Comments
 (0)