This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git
commit 2f9b9bcb7f291d0921ffe3caf1ae05b0d1a64b01 Author: Dianjin Wang <[email protected]> AuthorDate: Wed Oct 15 14:06:37 2025 +0800 Docs: rename apache/cloudberry-gpbackup to apache/cloudberry-backup --- .../backup-and-restore/perform-full-backup-and-restore.md | 10 +++++----- .../quick-trial-lessons/backup-and-recovery-operations.md | 2 +- .../backup-and-restore/perform-full-backup-and-restore.md | 10 +++++----- .../quick-trial-lessons/backup-and-recovery-operations.md | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/sys-admin/backup-and-restore/perform-full-backup-and-restore.md b/docs/sys-admin/backup-and-restore/perform-full-backup-and-restore.md index a01f402774..a2ea6462b0 100644 --- a/docs/sys-admin/backup-and-restore/perform-full-backup-and-restore.md +++ b/docs/sys-admin/backup-and-restore/perform-full-backup-and-restore.md @@ -15,18 +15,18 @@ The backup metadata files contain all of the information that `gprestore` needs Before installing the `gpbackup` and `gprestore` utilities, make sure that you have the [Golang](https://golang.org/doc/) (v1.11 or later) installed and that you have set the [Go `PATH` environment variable](https://go.dev/doc/install). -1. Pull the `apache/cloudberry-gpbackup` GitHub repository to the target machine. +1. Pull the `apache/cloudberry-backup` GitHub repository to the target machine. ```bash - go install github.com/apache/cloudberry-gpbackup@latest + go install github.com/apache/cloudberry-backup@latest ``` - The repository is placed in `$GOPATH/pkg/mod/github.com/apache/cloudberry-gpbackup`. + The repository is placed in `$GOPATH/pkg/mod/github.com/apache/cloudberry-backup`. -2. Enter the `apache/cloudberry-gpbackup` directory. Then, build and install the source code: +2. Enter the `apache/cloudberry-backup` directory. Then, build and install the source code: ```bash - cd <$GOPATH/pkg/mod/github.com/apache/cloudberry-gpbackup> + cd <$GOPATH/pkg/mod/github.com/apache/cloudberry-backup> make depend make build ``` diff --git a/docs/tutorials/quick-trial-lessons/backup-and-recovery-operations.md b/docs/tutorials/quick-trial-lessons/backup-and-recovery-operations.md index 4289fb51b1..10bd8e8ca1 100644 --- a/docs/tutorials/quick-trial-lessons/backup-and-recovery-operations.md +++ b/docs/tutorials/quick-trial-lessons/backup-and-recovery-operations.md @@ -5,7 +5,7 @@ description: Learn how to backup and restore your data in the Apache Cloudberry. :::info -The Apache Cloudberry does not include the utility `gpbackup` by default. It's maintained separately. Please follow the [README](https://github.com/apache/cloudberry-gpbackup) to install `gpbackup` before using it. +The Apache Cloudberry does not include the utility `gpbackup` by default. It's maintained separately. Please follow the [README](https://github.com/apache/cloudberry-backup) to install `gpbackup` before using it. ::: diff --git a/versioned_docs/version-2.x/sys-admin/backup-and-restore/perform-full-backup-and-restore.md b/versioned_docs/version-2.x/sys-admin/backup-and-restore/perform-full-backup-and-restore.md index a01f402774..a2ea6462b0 100644 --- a/versioned_docs/version-2.x/sys-admin/backup-and-restore/perform-full-backup-and-restore.md +++ b/versioned_docs/version-2.x/sys-admin/backup-and-restore/perform-full-backup-and-restore.md @@ -15,18 +15,18 @@ The backup metadata files contain all of the information that `gprestore` needs Before installing the `gpbackup` and `gprestore` utilities, make sure that you have the [Golang](https://golang.org/doc/) (v1.11 or later) installed and that you have set the [Go `PATH` environment variable](https://go.dev/doc/install). -1. Pull the `apache/cloudberry-gpbackup` GitHub repository to the target machine. +1. Pull the `apache/cloudberry-backup` GitHub repository to the target machine. ```bash - go install github.com/apache/cloudberry-gpbackup@latest + go install github.com/apache/cloudberry-backup@latest ``` - The repository is placed in `$GOPATH/pkg/mod/github.com/apache/cloudberry-gpbackup`. + The repository is placed in `$GOPATH/pkg/mod/github.com/apache/cloudberry-backup`. -2. Enter the `apache/cloudberry-gpbackup` directory. Then, build and install the source code: +2. Enter the `apache/cloudberry-backup` directory. Then, build and install the source code: ```bash - cd <$GOPATH/pkg/mod/github.com/apache/cloudberry-gpbackup> + cd <$GOPATH/pkg/mod/github.com/apache/cloudberry-backup> make depend make build ``` diff --git a/versioned_docs/version-2.x/tutorials/quick-trial-lessons/backup-and-recovery-operations.md b/versioned_docs/version-2.x/tutorials/quick-trial-lessons/backup-and-recovery-operations.md index 4289fb51b1..10bd8e8ca1 100644 --- a/versioned_docs/version-2.x/tutorials/quick-trial-lessons/backup-and-recovery-operations.md +++ b/versioned_docs/version-2.x/tutorials/quick-trial-lessons/backup-and-recovery-operations.md @@ -5,7 +5,7 @@ description: Learn how to backup and restore your data in the Apache Cloudberry. :::info -The Apache Cloudberry does not include the utility `gpbackup` by default. It's maintained separately. Please follow the [README](https://github.com/apache/cloudberry-gpbackup) to install `gpbackup` before using it. +The Apache Cloudberry does not include the utility `gpbackup` by default. It's maintained separately. Please follow the [README](https://github.com/apache/cloudberry-backup) to install `gpbackup` before using it. ::: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
