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/admin/configuration/logging.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Logging helps monitor OpenCloud’s health and diagnose issues. Log output varie
18
18
19
19
Set the global log level using the `OPEN_CLOUD_LOG_LEVEL` environment variable. You can also override it per service using service-specific variables. Default is `error`.
### cd into the Docker Compose configuration folder:
32
+
### cd into the Docker Compose configuration folder
33
33
34
34
```Shell
35
35
cd opencloud-compose
36
36
```
37
37
38
-
### Create environment file:
38
+
### Create environment file
39
39
40
40
```Shell
41
41
cp .env.example .env
42
42
```
43
43
44
44
> **Note:** The repository includes .env.example as a template with default settings and documentation. Your actual .env file is excluded from version control (via .gitignore) to prevent accidentally committing sensitive information like passwords and domain-specific settings.
Copy file name to clipboardExpand all lines: docs/admin/maintenance/backup.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ id: backup
4
4
title: 'Backup'
5
5
---
6
6
7
-
## Regular backups are essential to ensure that your OpenCloud instance can be restored in case of issues.
7
+
## Regular backups are essential to ensure that your OpenCloud instance can be restored in case of issues
8
8
9
9
---
10
10
11
11
### General considerations
12
12
13
-
#### OpenCloud supports two different storage setups:
13
+
#### OpenCloud supports two different storage setups
14
14
15
15
- Pure POSIX Setup: All data (configuration, blobs, and metadata) is stored on a POSIX-compliant filesystem.
16
16
@@ -22,7 +22,7 @@ To determine which filesystems are supported, see: Filesystems and Shared Storag
22
22
23
23
### Backup strategies
24
24
25
-
#### To create a consistent backup, the OpenCloud instance must be stopped before starting the backup process. After the backup is complete, the instance can be restarted.
25
+
#### To create a consistent backup, the OpenCloud instance must be stopped before starting the backup process. After the backup is complete, the instance can be restarted
26
26
27
27
**There are two recommended approaches:**
28
28
@@ -41,7 +41,7 @@ To determine which filesystems are supported, see: Filesystems and Shared Storag
41
41
42
42
### Required backup components
43
43
44
-
#### A complete backup must include:
44
+
#### A complete backup must include
45
45
46
46
- Configuration data
47
47
@@ -65,7 +65,7 @@ To determine which filesystems are supported, see: Filesystems and Shared Storag
65
65
66
66
### Pure POSIX setup
67
67
68
-
#### If all data (configuration, blobs, and metadata) is stored on a POSIX-compliant filesystem:
68
+
#### If all data (configuration, blobs, and metadata) is stored on a POSIX-compliant filesystem
69
69
70
70
- Stop the OpenCloud instance
71
71
@@ -81,7 +81,7 @@ To determine which filesystems are supported, see: Filesystems and Shared Storag
81
81
82
82
### Distributed setup
83
83
84
-
#### If blobs are stored on S3, while configuration and metadata remain on a POSIX-compliant filesystem:
84
+
#### If blobs are stored on S3, while configuration and metadata remain on a POSIX-compliant filesystem
85
85
86
86
- Stop the OpenCloud instance
87
87
@@ -93,4 +93,4 @@ To determine which filesystems are supported, see: Filesystems and Shared Storag
93
93
94
94
---
95
95
96
-
#### With these backup strategies, you can ensure that your OpenCloud instance remains secure and restorable in case of issues!
96
+
#### With these backup strategies, you can ensure that your OpenCloud instance remains secure and restorable in case of issues
0 commit comments