Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

postgresql: remove the note about DBB limitation to new services only #2151

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/products/postgresql/concepts/pg-backups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ Aiven for PostgreSQL uses delta base backups, which allows to store data files t

Since delta base backups don't take all the data files, they are faster and easier to perform on large databases with huge volumes of data. Because performing a delta base backup doesn't last long, Aiven can back up data more frequently if required and applicable to specific datasets. With the increased backup frequency, service restoration and node replacement potentially can be faster for highly updated services because fewer WAL files need to be restored since the last backup (WAL restoration in PostgreSQL is single-threaded and, therefore, slow).

.. note::

Currently, the delta base backup feature is enabled for newly-created services only. The scope is going to be extended to existing services soon.

.. seealso::

To restore a backup, see :doc:`../howto/restore-backup`.
Loading