From 6a31236bf45441ee6c0516c6a7368dec91dc2300 Mon Sep 17 00:00:00 2001 From: Anja Barz Date: Wed, 2 Apr 2025 12:37:29 +0200 Subject: [PATCH 1/2] fix typos in backup --- docs/admin/40-maintenance/20-backup.md | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/admin/40-maintenance/20-backup.md b/docs/admin/40-maintenance/20-backup.md index 8b42a6db..eaf17106 100644 --- a/docs/admin/40-maintenance/20-backup.md +++ b/docs/admin/40-maintenance/20-backup.md @@ -14,9 +14,9 @@ title: "Backup" - Pure POSIX Setup: All data (configuration, blobs, and metadata) is stored on a POSIX-compliant filesystem. -- Distributed Setup: Blobs are stored on an S3-compliant storage, while configuration and metadata remain on a POSIX-compliant filesystem. +- Distributed Setup: Blobs are stored on an S3-compliant storage, while configuration and metadata remain on a POSIX-compliant filesystem -To determine which filesystems are supported, see: Filesystems and Shared Storage. +To determine which filesystems are supported, see: Filesystems and Shared Storage --- @@ -28,15 +28,15 @@ To determine which filesystems are supported, see: Filesystems and Shared Storag - Snapshot-based backup (recommended) - - If your storage system supports snapshots, creating a backup only takes a few seconds. + - If your storage system supports snapshots, creating a backup only takes a few seconds - - Snapshots should be copied to secondary storage or used by backup software for additional security. + - Snapshots should be copied to secondary storage or used by backup software for additional security -Backup software approach - - If snapshots are not available, you can use any backup software of your choice. + - If snapshots are not available, you can use any backup software of your choice - - For more details on data locations, refer to the Default Paths documentation. + - For more details on data locations, refer to the Default Paths documentation --- @@ -60,7 +60,7 @@ To determine which filesystems are supported, see: Filesystems and Shared Storag - The configuration files -- This ensures compatibility when restoring and prevents issues caused by software version mismatches. +- This ensures compatibility when restoring and prevents issues caused by software version mismatches --- @@ -68,15 +68,15 @@ To determine which filesystems are supported, see: Filesystems and Shared Storag #### If all data (configuration, blobs, and metadata) is stored on a POSIX-compliant filesystem: -- Stop the OpenCloud instance. +- Stop the OpenCloud instance -- Create a backup of all data sets. +- Create a backup of all data sets -- If everything is on one filesystem, this is straightforward. +- If everything is on one filesystem, this is straightforward -- If separate filesystems are used for configuration and blobs/metadata, back up each one individually. +- If separate filesystems are used for configuration and blobs/metadata, back up each one individually -- Restart the OpenCloud instance after the backup is complete. +- Restart the OpenCloud instance after the backup is complete --- @@ -84,13 +84,13 @@ To determine which filesystems are supported, see: Filesystems and Shared Storag #### If blobs are stored on S3, while configuration and metadata remain on a POSIX-compliant filesystem: -- Stop the OpenCloud instance. +- Stop the OpenCloud instance -- Back up the configuration and metadata. +- Back up the configuration and metadata -- Back up the S3 bucket according to the guidelines of your S3 provider. +- Back up the S3 bucket according to the guidelines of your S3 provider -- Restart the OpenCloud instance after the backup is complete. +- Restart the OpenCloud instance after the backup is complete --- From c2e17d931f96b58c1e8ddfc601e63d8e6a7d273d Mon Sep 17 00:00:00 2001 From: Anja Barz Date: Wed, 2 Apr 2025 13:57:49 +0200 Subject: [PATCH 2/2] remove full text search in docker-compose --- docs/admin/20-getting-started/20-docker/20-docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/20-getting-started/20-docker/20-docker-compose.md b/docs/admin/20-getting-started/20-docker/20-docker-compose.md index 34712424..bda2e2de 100644 --- a/docs/admin/20-getting-started/20-docker/20-docker-compose.md +++ b/docs/admin/20-getting-started/20-docker/20-docker-compose.md @@ -2,7 +2,7 @@ sidebar_position: 2 id: docker-compose title: Docker Compose -description: "🌟 Full-blown featureset including web office and full-text search." +description: "🌟 Full-blown featureset including web office." --- # OpenCloud with Docker Compose