fix psql path in export_import_between_pageservers script

This commit is contained in:
Anastasia Lubennikova
2022-09-22 16:11:46 +03:00
parent 8b42c184e7
commit 7c1695e87d

View File

@@ -710,8 +710,8 @@ if __name__ == "__main__":
"--psql-path",
dest="psql_path",
required=False,
default="/usr/local/bin/psql",
help="Path to the psql binary. Default: /usr/local/bin/psql",
default="/usr/local/v14/bin/psql",
help="Path to the psql binary. Default: /usr/local/v14/bin/psql",
)
parser.add_argument(
"--only-import",