From 895bdfbd4fdf5a37d9fb7076b2cdd62be62f794e Mon Sep 17 00:00:00 2001 From: Rostislav Dugin Date: Thu, 25 Dec 2025 23:13:04 +0300 Subject: [PATCH] FEATURE (databasus): Migrate to new name --- app/access-management/page.tsx | 46 ++-- app/components/DocsNavbarComponent.tsx | 8 +- app/components/DocsSidebarComponent.tsx | 8 +- app/components/InstallationComponent.tsx | 40 +-- app/contribute/how-to-add-notifier/page.tsx | 40 +-- app/contribute/how-to-add-storage/page.tsx | 40 +-- app/contribute/page.tsx | 46 ++-- app/faq/localhost/page.tsx | 46 ++-- app/faq/page.tsx | 48 ++-- app/faq/supabase/page.tsx | 36 +-- app/installation/page.tsx | 156 ++++++----- app/mongodb-backup/page.tsx | 150 +++++------ app/mysql-backup/page.tsx | 156 +++++------ app/not-found.tsx | 12 +- app/notifiers/page.tsx | 30 +-- app/notifiers/slack/page.tsx | 38 +-- app/notifiers/teams/page.tsx | 38 +-- app/page.tsx | 255 ++++++++++-------- app/password/page.tsx | 42 +-- app/pgdump-alternative/page.tsx | 121 ++++----- app/postgresus-vs-barman/page.tsx | 126 ++++----- app/postgresus-vs-pgbackrest/page.tsx | 119 ++++---- app/postgresus-vs-pgbackweb/page.tsx | 110 ++++---- app/postgresus-vs-wal-g/page.tsx | 140 +++++----- app/robots.ts | 2 +- app/security/page.tsx | 58 ++-- app/sitemap.ts | 10 +- app/storages/cloudflare-r2/page.tsx | 28 +- app/storages/google-drive/page.tsx | 30 +-- app/storages/page.tsx | 30 +-- package-lock.json | 4 +- package.json | 4 +- public/images/index/dashboard.png | Bin 139081 -> 76799 bytes public/images/index/dashboard.svg | 2 +- .../images/index/how-to-install-preview.svg | 2 +- public/images/index/how-to-use-preview.svg | 2 +- public/llms.txt | 62 ++--- 37 files changed, 1078 insertions(+), 1007 deletions(-) diff --git a/app/access-management/page.tsx b/app/access-management/page.tsx index 61e4e85..0e19a25 100644 --- a/app/access-management/page.tsx +++ b/app/access-management/page.tsx @@ -4,11 +4,11 @@ import DocsSidebarComponent from "../components/DocsSidebarComponent"; import DocTableOfContentComponent from "../components/DocTableOfContentComponent"; export const metadata: Metadata = { - title: "Access Management - Postgresus Documentation", + title: "Access Management - Databasus Documentation", description: - "Learn how to manage access, roles, and permissions in Postgresus. Control who can sign up, create workspaces, and manage databases with workspace-level and system-level roles.", + "Learn how to manage access, roles, and permissions in Databasus. Control who can sign up, create workspaces, and manage databases with workspace-level and system-level roles.", keywords: [ - "Postgresus access management", + "Databasus access management", "user roles", "workspace permissions", "audit logs", @@ -18,20 +18,20 @@ export const metadata: Metadata = { "workspace management", ], openGraph: { - title: "Access Management - Postgresus Documentation", + title: "Access Management - Databasus Documentation", description: - "Learn how to manage access, roles, and permissions in Postgresus. Control who can sign up, create workspaces, and manage databases with workspace-level and system-level roles.", + "Learn how to manage access, roles, and permissions in Databasus. Control who can sign up, create workspaces, and manage databases with workspace-level and system-level roles.", type: "article", - url: "https://postgresus.com/access-management", + url: "https://databasus.com/access-management", }, twitter: { card: "summary", - title: "Access Management - Postgresus Documentation", + title: "Access Management - Databasus Documentation", description: - "Learn how to manage access, roles, and permissions in Postgresus. Control who can sign up, create workspaces, and manage databases with workspace-level and system-level roles.", + "Learn how to manage access, roles, and permissions in Databasus. Control who can sign up, create workspaces, and manage databases with workspace-level and system-level roles.", }, alternates: { - canonical: "https://postgresus.com/access-management", + canonical: "https://databasus.com/access-management", }, robots: "index, follow", }; @@ -46,19 +46,19 @@ export default function AccessManagementPage() { __html: JSON.stringify({ "@context": "https://schema.org", "@type": "TechArticle", - headline: "Access Management - Postgresus Documentation", + headline: "Access Management - Databasus Documentation", description: - "Learn how to manage access, roles, and permissions in Postgresus. Control who can sign up, create workspaces, and manage databases with workspace-level and system-level roles.", + "Learn how to manage access, roles, and permissions in Databasus. Control who can sign up, create workspaces, and manage databases with workspace-level and system-level roles.", author: { "@type": "Organization", - name: "Postgresus", + name: "Databasus", }, publisher: { "@type": "Organization", - name: "Postgresus", + name: "Databasus", logo: { "@type": "ImageObject", - url: "https://postgresus.com/logo.svg", + url: "https://databasus.com/logo.svg", }, }, }), @@ -78,21 +78,21 @@ export default function AccessManagementPage() {

Settings

- Postgresus is suitable both for single users and teams. This + Databasus is suitable both for single users and teams. This section is dedicated to the access management for teams.{" "} - So if you are the only user in your Postgresus instance + So if you are the only user in your Databasus instance , you can skip this section.

- Postgresus does not have a lot of settings. Actually, it only + Databasus does not have a lot of settings. Actually, it only allows you to control:

-

- How Postgresus extends pg_dump -

+

How Databasus extends pg_dump

- Postgresus uses pg_dump as its backup engine, + Databasus uses pg_dump as its backup engine, preserving all the benefits of logical backups while adding enterprise features on top.

@@ -258,7 +256,7 @@ export default function PgDumpAlternativePage() {

Under the hood:{" "} - When you trigger a backup in Postgresus, it executes{" "} + When you trigger a backup in Databasus, it executes{" "} pg_dump{" "} with optimized parameters, then handles compression, encryptionand upload to your configured storage destination. @@ -269,7 +267,7 @@ export default function PgDumpAlternativePage() {

Instead of remembering pg_dump command-line - options, Postgresus provides a web UI where you can: + options, Databasus provides a web UI where you can: