danhuawang commented on code in PR #11461:
URL: https://github.com/apache/gravitino/pull/11461#discussion_r3371684316


##########
docs/how-to-upgrade.md:
##########
@@ -49,8 +49,10 @@ by creating a copy of the directory containing your database.
 For PostgreSQL, you can use the following command to backup your database:
 
 ```shell
-pg_dump -U username -h hostname -d database_name -n schema_name -a -F c -f 
data_backup.sql
+pg_dump -U username -h hostname -d database_name -n schema_name -Fc -f 
data_backup.dump

Review Comment:
   Fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to