Navigate to the website’s backup interface, and you will see the current backup status.
Click the download button.
It should be noted that when you download, the system will send a link to your email address.
You can use the link received in your email address to download the data.
Download Link
Click the download link address received in the email to download.
The downloaded file is a tar.gz file, which you need to decompress before use.
For example, our current downloaded file is: isharkfly-2023-09-14-092024-v20230910021213.tar
After a series of complex decompression steps, you will find the dump.sql file.
This file is your entire database backup.
Data Recovery
The psql installation path for PQadmin on Windows is: C:\Users\yhu\AppData\Local\Programs\pgAdmin 4\v7\runtime
Our command is: psql -h nas1120 -p 5433 -U postgres -W -d discourse -f C:\\Users\\yhu\\Downloads\\isharkfly-2023-09-14-092024-v20230910021213\\isharkfly-2023-09-14-092024-v20230910021213\\dump.sql\\dump.sql
Local databases cannot be overwritten during recovery.
If your local database already exists, you need to clear the existing local database before recovery.
The backup recovery process requires restoring all data and table structures.
The recovery program cannot restore on top of existing data structures and cannot perform incremental recovery.
Check Table Data
Check the table data to confirm that some table data has been restored.
Timestamps are generally a good way to verify.





