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: