From 7c9512fb2279be6bca9ac621f00d1472fa663e98 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 14 Dec 2023 14:45:58 -0500 Subject: [PATCH] Fix broken config file in API migration script --- api-daemon/pvc-api-db-upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-daemon/pvc-api-db-upgrade b/api-daemon/pvc-api-db-upgrade index 2ea9bf28..4a9d1d30 100755 --- a/api-daemon/pvc-api-db-upgrade +++ b/api-daemon/pvc-api-db-upgrade @@ -3,7 +3,7 @@ # Apply PVC database migrations # Part of the Parallel Virtual Cluster (PVC) system -export PVC_CONFIG_FILE="/etc/pvc/pvcapid.yaml" +export PVC_CONFIG_FILE="/etc/pvc/pvc.conf" if [[ ! -f ${PVC_CONFIG_FILE} ]]; then echo "Create a configuration file at ${PVC_CONFIG_FILE} before upgrading the database."