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/appendixes/backup_barmanobjectstore.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
@@ -106,7 +106,7 @@ segment to be archived.
106
106
By default, CloudNativePG sets `archive_timeout` to `5min`, ensuring
107
107
that WAL files, even in case of low workloads, are closed and archived
108
108
at least every 5 minutes, providing a deterministic time-based value for
109
-
your Recovery Point Objective ([RPO](../before_you_start.md#rpo)). Even though you change the value
109
+
your Recovery Point Objective ([RPO](../before_you_start.md#postgresql-terminology)). Even though you change the value
110
110
of the [`archive_timeout` setting in the PostgreSQL configuration](https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-ARCHIVE-TIMEOUT),
111
111
our experience suggests that the default value set by the operator is
Copy file name to clipboardExpand all lines: docs/imagevolume_extensions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ volume inside a running pod at a known filesystem path.
19
19
If the extension requires one or more shared libraries to be pre-loaded at server
20
20
start, you can add them via the [`shared_preload_libraries` option](postgresql_conf.md#shared-preload-libraries).
21
21
Also, if your extension requires being created at the database level through
22
-
the `CREATE EXTENSION` command, you can use the [`Database` resource’s declarative extension management](declarative_database_management.md/#managing-extensions-in-a-database)
22
+
the `CREATE EXTENSION` command, you can use the [`Database` resource’s declarative extension management](declarative_database_management.md#managing-extensions-in-a-database)
23
23
to ensure consistent, automated extension setup within your PostgreSQL databases.
24
24
25
25
## Benefits
@@ -161,7 +161,7 @@ Once mounted, CloudNativePG will automatically configure PostgreSQL by appending
161
161
This ensures that the PostgreSQL container is ready to serve the `foo`
162
162
extension when requested by a database, as described in the next section. The
163
163
`CREATE EXTENSION foo` command, triggered automatically during the
164
-
[reconciliation of the `Database` resource](declarative_database_management.md/#managing-extensions-in-a-database),
164
+
[reconciliation of the `Database` resource](declarative_database_management.md#managing-extensions-in-a-database),
165
165
will work without additional configuration, as PostgreSQL will locate:
166
166
167
167
- the extension control file at `/extensions/foo/share/extension/foo.control`
0 commit comments