This is an automated email from the ASF dual-hosted git repository.

tuhaihe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a7065e180a Docs: add Odyssey and WAL-G to Ecosystem section
a7065e180a is described below

commit a7065e180a582c9dc4402e8599bbb0895cc38f3b
Author: Dianjin Wang <[email protected]>
AuthorDate: Mon Jul 20 17:57:28 2026 +0800

    Docs: add Odyssey and WAL-G to Ecosystem section
    
    Add two new ecosystem projects to the documentation:
    
    - Odyssey (Connection Pooling): starting from v1.5.1, Odyssey introduces
      native support for Apache Cloudberry.
    - WAL-G (Backup & Restore): starting from v3.0.5, WAL-G introduces
      native support for Apache Cloudberry.
---
 docs/ecosystem/backup-and-restore/wal-g.md                 | 11 +++++++++++
 docs/ecosystem/connection-pooling/odyssey.md               | 11 +++++++++++
 sidebars.ts                                                | 10 ++++++++++
 .../version-2.x/ecosystem/backup-and-restore/wal-g.md      | 11 +++++++++++
 .../version-2.x/ecosystem/connection-pooling/odyssey.md    | 11 +++++++++++
 versioned_sidebars/version-2.x-sidebars.json               | 14 ++++++++++++++
 6 files changed, 68 insertions(+)

diff --git a/docs/ecosystem/backup-and-restore/wal-g.md 
b/docs/ecosystem/backup-and-restore/wal-g.md
new file mode 100644
index 0000000000..b088e3ad6c
--- /dev/null
+++ b/docs/ecosystem/backup-and-restore/wal-g.md
@@ -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).
diff --git a/docs/ecosystem/connection-pooling/odyssey.md 
b/docs/ecosystem/connection-pooling/odyssey.md
new file mode 100644
index 0000000000..0fbbe41b5c
--- /dev/null
+++ b/docs/ecosystem/connection-pooling/odyssey.md
@@ -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).
diff --git a/sidebars.ts b/sidebars.ts
index 90c9eef1aa..f2beed0145 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -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']
         }
       ]
     },
diff --git a/versioned_docs/version-2.x/ecosystem/backup-and-restore/wal-g.md 
b/versioned_docs/version-2.x/ecosystem/backup-and-restore/wal-g.md
new file mode 100644
index 0000000000..b088e3ad6c
--- /dev/null
+++ b/versioned_docs/version-2.x/ecosystem/backup-and-restore/wal-g.md
@@ -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).
diff --git a/versioned_docs/version-2.x/ecosystem/connection-pooling/odyssey.md 
b/versioned_docs/version-2.x/ecosystem/connection-pooling/odyssey.md
new file mode 100644
index 0000000000..0fbbe41b5c
--- /dev/null
+++ b/versioned_docs/version-2.x/ecosystem/connection-pooling/odyssey.md
@@ -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).
diff --git a/versioned_sidebars/version-2.x-sidebars.json 
b/versioned_sidebars/version-2.x-sidebars.json
index 8f225ac35a..679340dd58 100644
--- a/versioned_sidebars/version-2.x-sidebars.json
+++ b/versioned_sidebars/version-2.x-sidebars.json
@@ -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"
+          ]
         }
       ]
     },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to