Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/ecosystem/backup-and-restore/wal-g.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: WAL-G
---

WAL-G is an archival and restoration tool for PostgreSQL databases.

Starting from [WAL-G 3.0.5](https://github.com/wal-g/wal-g/releases/tag/v3.0.5), WAL-G has introduced native support for Apache Cloudberry.

For more details, refer to the announcement on the Apache mailing list: https://lists.apache.org/thread/jbjqntpot4jkr4zmh79kwh6z7z0oyvw2

For documentation, configuration guides, and issue tracking, please visit the [WAL-G GitHub repository](https://github.com/wal-g/wal-g).
11 changes: 11 additions & 0 deletions docs/ecosystem/connection-pooling/odyssey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Odyssey
---

Odyssey is a scalable PostgreSQL connection pooler.

Starting from [Odyssey 1.5.1](https://github.com/yandex/odyssey/releases/tag/v1.5.1), Odyssey has introduced native support for Apache Cloudberry.

For more details, refer to the announcement on the Apache mailing list: https://lists.apache.org/thread/yoqc5ojcql0c816lpntnk28q1jmtkmrx

For documentation, configuration guides, and issue tracking, please visit the [Odyssey GitHub repository](https://github.com/yandex/odyssey).
10 changes: 10 additions & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,16 @@ const sidebars: SidebarsConfig = {
type: 'category',
label: 'Data Integration',
items: ['ecosystem/data-integration/seatunnel']
},
{
type: 'category',
label: 'Connection Pooling',
items: ['ecosystem/connection-pooling/odyssey']
},
{
type: 'category',
label: 'Backup & Restore',
items: ['ecosystem/backup-and-restore/wal-g']
}
]
},
Expand Down
11 changes: 11 additions & 0 deletions versioned_docs/version-2.x/ecosystem/backup-and-restore/wal-g.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: WAL-G
---

WAL-G is an archival and restoration tool for PostgreSQL databases.

Starting from [WAL-G 3.0.5](https://github.com/wal-g/wal-g/releases/tag/v3.0.5), WAL-G has introduced native support for Apache Cloudberry.

For more details, refer to the announcement on the Apache mailing list: https://lists.apache.org/thread/jbjqntpot4jkr4zmh79kwh6z7z0oyvw2

For documentation, configuration guides, and issue tracking, please visit the [WAL-G GitHub repository](https://github.com/wal-g/wal-g).
11 changes: 11 additions & 0 deletions versioned_docs/version-2.x/ecosystem/connection-pooling/odyssey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Odyssey
---

Odyssey is a scalable PostgreSQL connection pooler.

Starting from [Odyssey 1.5.1](https://github.com/yandex/odyssey/releases/tag/v1.5.1), Odyssey has introduced native support for Apache Cloudberry.

For more details, refer to the announcement on the Apache mailing list: https://lists.apache.org/thread/yoqc5ojcql0c816lpntnk28q1jmtkmrx

For documentation, configuration guides, and issue tracking, please visit the [Odyssey GitHub repository](https://github.com/yandex/odyssey).
14 changes: 14 additions & 0 deletions versioned_sidebars/version-2.x-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,20 @@
"items": [
"ecosystem/data-integration/seatunnel"
]
},
{
"type": "category",
"label": "Connection Pooling",
"items": [
"ecosystem/connection-pooling/odyssey"
]
},
{
"type": "category",
"label": "Backup & Restore",
"items": [
"ecosystem/backup-and-restore/wal-g"
]
}
]
},
Expand Down
Loading