diff --git a/README.md b/README.md index ef79502156d..d98918b96e5 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,13 @@ website, extensions, connectors, adapters, and other utilities. * [cloudberrydb/bootcamp](https://github.com/cloudberrydb/bootcamp): help you quickly try out Cloudberry Database via one Docker-based Sandbox. * [cloudberrydb/gpbackup](https://github.com/cloudberrydb/gpbackup): backup utility for Cloudberry Database. * [cloudberrydb/gp-common-go-libs](https://github.com/cloudberrydb/gp-common-go-libs): gp-common-go-libs for Cloudberry Database. +* [cloudberrydb/gpbackup-s3-plugin](https://github.com/cloudberrydb/gpbackup-s3-plugin): S3 plugin for use with Cloudberry Database backup utility. +* [cloudberrydb/filedump](https://github.com/cloudberrydb/filedump): format heap/index/control files into a human-readable form. +* [cloudberrydb/postgis](https://github.com/cloudberrydb/postgis): PostGIS for Cloudberry Database. +* [cloudberrydb/pxf](https://github.com/cloudberrydb/pxf): Platform Extension Framework (PXF) for Cloudberry Database. +* [cloudberrydb/madlib](https://github.com/cloudberrydb/madlib): MADlib® for Cloudberry Database. +* [cloudberrydb/plr](https://github.com/cloudberrydb/plr): PL/R for Cloudberry Database. +* [cloudberrydb/pljava](https://github.com/cloudberrydb/pljava): PL/Java for Cloudberry Database. * More is coming... ## Community & Support diff --git a/deploy/build/README.Linux.md b/deploy/build/README.Linux.md index db087b5a81e..2e4805f694f 100644 --- a/deploy/build/README.Linux.md +++ b/deploy/build/README.Linux.md @@ -28,6 +28,9 @@ Enter the repository and install dependencies according to your operating system ### For CentOS 7 +> [!WARNING] +> CentOS Linux 7 reached the end of life (EOL) on June 30, 2024. You can change the mirror to vault.centos.org to install software. + The following steps work on CentOS 7. For other CentOS versions, these steps might work but are not guaranteed to work. 1. Run the bash script `README.CentOS.bash` in the `deploy/build` directory of the `cloudberrydb/cloudberrydb` repository. To run this script, password is required. Then, some required dependencies will be automatically downloaded.