Downloading an Instance-Level Backup
Scenarios
This section describes how to download a manual or an automated backup file to a local device and restore data from the backup file.
RDS for PostgreSQL enables you to download full backup files.
Method 1: Using Current Browser
- Log in to the management console.
- Click
in the upper left corner and select a region and a project. - Click
in the upper left corner of the page and choose Database > Relational Database Service. - On the Backups page, locate the backup to be downloaded and click Download in the Operation column.
Alternatively, click the target DB instance to go to the Basic Information page. In the navigation pane on the left, choose Backups & Restorations. On the Full Backups page, locate the backup to be downloaded and click Download in the Operation column.
- In the displayed dialog box, select Use Current Browser for Download Method and click OK.
Method 2: Using Download URL
- Log in to the management console.
- Click
in the upper left corner and select a region and a project. - Click
in the upper left corner of the page and choose Database > Relational Database Service. - On the Backups page, locate the backup to be downloaded and click Download in the Operation column.
Alternatively, click the target DB instance to go to the Basic Information page. In the navigation pane on the left, choose Backups & Restorations. On the Full Backups page, locate the backup to be downloaded and click Download in the Operation column.
- In the displayed dialog box, select Use Download URL for Download Method, click
to copy the URL, and enter the URL in your browser. A valid URL for downloading the backup data is displayed.
- You can use various download tools to download backup files.
- You can also run a wget command to download backup files:
wget -O FILE_NAME --no-check-certificate "DOWNLOAD_URL"
Variables in the command are described as follows:
FILE_NAME: indicates the new backup file name after the download is successful. The original backup file name may be too long and exceed the maximum characters allowed by the client file system. You are advised to use the -O argument with wget to rename the backup file.
DOWNLOAD_URL: indicates the location of the backup file to be downloaded. If the location contains special characters, escape is required.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot