Skip to content

Commit

Permalink
Added comments to cloud service managing, added postgresql link, twea…
Browse files Browse the repository at this point in the history
…ked release news heading

Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m committed Sep 9, 2024
1 parent b5add46 commit b399d9c
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Backing up and restoring"
description: "Learn how to back up and restore your EDB Postgres AI clusters."
deepToC: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Deleting your cluster"
description: "How to delete, and restore, your EDB Postgres AI clusters."
---

If you no longer need a particular cluster, you can delete it from the Console. You can restore deleted clusters after you delete the cluster for as long as the backup is available. The backup remains available for the retention period set for each cluster. After the retention period, the backup is deleted.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Pausing and resuming a cluster"
description: Describes options for managing clusters
description: "Pause and resume an EDB Postgres AI cluster to save on compute costs"
---

## Pausing and resuming clusters
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Migrating databases to Cloud Service
description: Techniques and tools to migrate your databases to EDB Postgres AI Cloud Service.
---

EDB provides migration tools to bring data from Oracle, PostgresSQL, and EDB Postgres Advanced Server databases into Cloud Service. These tools include Migration Portal and Migration Toolkit for Oracle migrations. More sophisticated migration processes can use tools such as [Replication Server](/eprs/latest/) for ongoing migrations and [LiveCompare](/livecompare/latest/) for data comparisons.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Modifying your cluster
description: How to modify your EDB Postgres AI cluster's configuration settings.
# Added this redirect because we removed the Modify and Scale topic
redirects:
- ../03_modify_and_scale_cluster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Periodic maintenance
description: Find out when periodic maintenance is performed on your EDB Postgres AI clusters.
---

EDB performs periodic maintenance to ensure stability and security of your clusters. We perform minor version upgrades and patch updates as part of this periodic maintenance.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Performing a major version upgrade of Postgres on Cloud Service
navTitle: Upgrading Postgres major versions
description: Upgrading Postgres major versions when your cluster is running on EDB Postgres AI Cloud Service
deepToC: true
---

Expand Down
Empty file.
5 changes: 4 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const Page = () => {
to="/edb-postgres-ai/overview/latest-release-news"
iconName={iconNames.SMALL_DASHBOARD}
>
Latest Release News
Release News - 24Q3
</BannerWideCardLink>
</BannerWideCard>
<BannerSubCard
Expand Down Expand Up @@ -255,6 +255,9 @@ const Page = () => {
<BannerCardLink to="/pgd/latest">
EDB Postgres Distributed (PGD)
</BannerCardLink>
<BannerCardLink to="/supported-open-source/postgresql/">
PostgreSQL
</BannerCardLink>
</BannerSubCard>

<BannerSubCard
Expand Down

0 comments on commit b399d9c

Please sign in to comment.