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: docs/self-hosted/kubernetes-migration-guide.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
@@ -14,13 +14,13 @@ certain components used by your current Private Packagist Self-Hosted installati
14
14
15
15
## Backing up the data
16
16
17
-
Private Packagist Self-Hosted uses three different storages. A PostgreSQL database used as primary storage,
17
+
Private Packagist Self-Hosted stores data in three different ways. A PostgreSQL database used as primary storage,
18
18
a Redis database used as secondary storage, cache, and job queue, and a file/blob storage for uploaded artifacts and dist
19
19
files used during composer install.
20
20
21
21
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.
22
22
23
-
Please note that you won't be able to restore Private Packagist Self-Hosted Kubernetes from snapshots created via Private Packagist Self-Hosted Replicated Native.
23
+
Please note that you won't be able to restore Private Packagist Self-Hosted Kubernetes from snapshots created by Private Packagist Self-Hosted Replicated Native.
24
24
25
25
### Stop the Private Packagist application
26
26
@@ -96,7 +96,7 @@ once all the data has been restored.
0 commit comments