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

Commit

Permalink
remove limitation on dbb
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Sep 18, 2023
1 parent 6f5fce9 commit d33a2b1
Showing 1 changed file with 0 additions and 4 deletions.
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`.

0 comments on commit d33a2b1

Please sign in to comment.