Skip to content

Commit 2992882

Browse files
authored
Merge pull request #97 from EnterpriseDB/docs/pgd6/editroleschanges
Docs/pgd6/editroleschanges
2 parents d4857df + 3d1d150 commit 2992882

File tree

14 files changed

+2
-43
lines changed

14 files changed

+2
-43
lines changed

product_docs/docs/pgd/5.7/backup.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: Backup and recovery
33
description: Backup and recovery in PGD
44
originalFilePath: backup.md
55
redirects:
6-
- /bdr/latest/backup/
7-
- /bdr/latest/monitoring/
8-
96
---
107

118
PGD is designed to be a distributed, highly available system. If

product_docs/docs/pgd/5.7/cli/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ navigation:
1111
description: Installing and using the PGD Command Line Interface (CLI) to manage your PGD cluster.
1212
directoryDefaults:
1313
description: "The PGD Command Line Interface (CLI) is a tool to manage your EDB Postgres Distributed cluster"
14-
redirects:
15-
- /purl/upm/pgd-cli/
1614
---
1715

1816
The EDB Postgres Distributed Command Line Interface (PGD CLI) is a tool for managing your EDB Postgres Distributed cluster. It's the key tool for inspecting and managing cluster resources.

product_docs/docs/pgd/5.7/decoding_worker.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: Decoding worker
33
description: Decoding worker in PGD reduces CPU overhead and increases replication throughput by enabling a optimized decoding worker process.
4-
redirects:
5-
- /node_management/decoding_worker
64
---
75

86
PGD provides an option to enable a decoding worker process that performs

product_docs/docs/pgd/5.7/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: "EDB Postgres Distributed (PGD)"
33
navTitle: EDB Postgres Distributed
44
description: EDB Postgres Distributed (PGD) provides multi-master replication and data distribution with advanced conflict management, data-loss protection, and throughput up to 5X faster than native logical replication.
55
indexCards: simple
6-
redirects:
7-
- /pgd/5/compatibility_matrix
8-
- /pgd/5.7/bdr
9-
- /edb-postgres-ai/migration-etl/pgd/
106
navigation:
117
- rel_notes
128
- known_issues

product_docs/docs/pgd/5.8/backup.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
title: Backup and recovery
33
description: Backup and recovery in PGD
44
originalFilePath: backup.md
5-
redirects:
6-
- /bdr/latest/backup/
7-
- /bdr/latest/monitoring/
8-
95
---
106

117
PGD is designed to be a distributed, highly available system. If

product_docs/docs/pgd/5.8/cli/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ navigation:
1111
description: Installing and using the PGD Command Line Interface (CLI) to manage your PGD cluster.
1212
directoryDefaults:
1313
description: "The PGD Command Line Interface (CLI) is a tool to manage your EDB Postgres Distributed cluster"
14-
redirects:
15-
- /purl/upm/pgd-cli/
1614
---
1715

1816
The EDB Postgres Distributed Command Line Interface (PGD CLI) is a tool for managing your EDB Postgres Distributed cluster. It's the key tool for inspecting and managing cluster resources.

product_docs/docs/pgd/5.8/decoding_worker.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: Decoding worker
33
description: Decoding worker in PGD reduces CPU overhead and increases replication throughput by enabling a optimized decoding worker process.
4-
redirects:
5-
- /node_management/decoding_worker
64
---
75

86
PGD provides an option to enable a decoding worker process that performs

product_docs/docs/pgd/5.8/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ indexCards: simple
66
redirects:
77
- /pgd/5/compatibility_matrix
88
- /pgd/latest/bdr
9-
- /edb-postgres-ai/migration-etl/pgd/
109
navigation:
1110
- rel_notes
1211
- known_issues

product_docs/docs/pgd/6/essential-how-to/autopartition.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: Autopartitioning
33
navTitle: Autopartitioning
44
description: A guide on how to use autopartitioning in PGD Essential.
5-
redirects:
6-
- /pgd/latest/autopartition/ #generated for DOCS-1247-PGD-6.0-Docs
7-
- /pgd/latest/scaling/ #generated for DOCS-1247-PGD-6.0-Docs
85
---
96

107
Autopartitioning in PGD allows you to split tables into several partitions, other tables, creating and dropping those partitions are needed. Autopartitioning is useful for managing large tables that grow over time as it allows you to separate the data into manageable chunks. For example, you can archive older data into its own partition, and then archive or drop the partition when the data is no longer needed.

product_docs/docs/pgd/6/essential-how-to/install/01-prerequisites.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: 1 - Prerequisites for Essential installation
33
navTitle: Prerequisites
4-
redirects:
5-
- /pgd/latest/deploy-config/deploy-manual/deploying/01-provisioning-hosts/ #generated for DOCS-1247-PGD-6.0-Docs
64
---
75

86
This guide takes you through the steps to install EDB Postgres Distributed (PGD) Essential on your systems.

0 commit comments

Comments
 (0)