From c648e9c29ffdfaf9e97966e101d87fb91803ea75 Mon Sep 17 00:00:00 2001 From: Rostislav Dugin Date: Sun, 22 Mar 2026 13:41:56 +0300 Subject: [PATCH] FIX (readme): Fix typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98fa2b8..44cec78 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ It is also important for Databasus that you are able to decrypt and restore back ### 📦 **Backup types** - **Logical** — Native dump of the database in its engine-specific binary format. Compressed and streamed directly to storage with no intermediate files -- **Physical** — File-level copy of the entire database cluster. Faster backup and restore for large datasets compared to logical dumps (requires agent) -- **Incremental** — Physical base backup combined with continuous WAL segment archiving. Enables Point-in-Time Recovery (PITR) — restore to any second between backups. Designed for disaster recovery and near-zero data loss requirements (requires agent) +- **Physical** — File-level copy of the entire database cluster. Faster backup and restore for large datasets compared to logical dumps +- **Incremental** — Physical base backup combined with continuous WAL segment archiving. Enables Point-in-time recovery (PITR) — restore to any second between backups. Designed for disaster recovery and near-zero data loss requirements ### 🐳 **Self-hosted & secure**