[root@yb-tserver-0 bin]# ./ysql_dump --format=t --create --clean --blobs --if-exists --dbname=mydb --file=./db_backup.sql
ysql_dump: [archiver (db)] query failed: ERROR: function yb_is_database_colocated(boolean) does not exist
LINE 1: SELECT yb_is_database_colocated(false), yb_is_database_coloc...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
ysql_dump: [archiver (db)] query was: SELECT yb_is_database_colocated(false), yb_is_database_colocated(true)