feat: change db name from omc_db to psap_db

This commit is contained in:
zhangsz
2025-06-16 14:02:52 +08:00
parent edf39a03ee
commit 4467d786c7
9 changed files with 10 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ USER="root"
PASSWORD="1000omc@kp!"
HOST="127.0.0.1"
PORT="33066"
DBNAME="omc_db"
DBNAME="psap_db"
UpgradeSQLDir=/usr/local/omc/etc/db/upgrade
Upgvue3SQLDir=/usr/local/omc/etc/db/upgvue3
InstallSQLDir=/usr/local/omc/etc/db/install

View File

@@ -42,7 +42,7 @@ check_args() {
USER="root"
PASSWORD="1000omc@kp!"
PORT="33066"
DBNAME="omc_db"
DBNAME="psap_db"
OMCRootDir=/usr/local/omc
OMCBinDir=${OMCRootDir}/bin
UpgradeSQLDir=${OMCRootDir}/etc/db/upgrade