Pbs_server not running

Hello, I installed openpbs-22.05.11 from source on centos7.6,The compilation parameters are ./configure --with-pmix=/opt/hpc/software/mpi/pmix --with-python=/opt/python3.9 --with-pbs-server-home=/var/spool/pbs --with-database-dir=/opt/postgresql14 --prefix=/opt/pbs
When the installation is complete and the service is started with “systemctl restart pbs”, an error is reported in the /var/spool/pbs/server_logs/20221010 log file:
10/10/2022 14:11:50;0002;Server@g09r4n07;Svr;Server@g09r4n07;Starting PBS dataservice
10/10/2022 14:11:53;0002;Server@g09r4n07;Svr;Server@g09r4n07;pbs_status_db exit code 0
10/10/2022 14:11:54;0002;Server@g09r4n07;Svr;Server@g09r4n07;Prepare of statement insert_job failed: ERROR: relation “pbs.job” does not exist
LINE 1: insert into pbs.job (ji_jobid,ji_state,ji_substate,ji_svrfla…
^ 42P01

[root@g09r4n07 server_logs]# ps -ef | grep pbs
root 9741 1 0 14:18 ? 00:00:00 /opt/pbs/sbin/pbs_comm
root 9753 1 0 14:18 ? 00:00:00 /opt/pbs/sbin/pbs_mom
root 9768 1 0 14:18 ? 00:00:00 /opt/pbs/sbin/pbs_sched
root 12893 1 0 14:19 ? 00:00:00 /opt/pbs/sbin/pbs_server.bin
root 12896 1 0 14:19 ? 00:00:00 /opt/pbs/sbin/pbs_ds_monitor monitor
postgres 12960 1 1 14:19 ? 00:00:00 /usr/bin/postgres -D /var/spool/pbs/datastore -p 15007
root 12984 17602 0 14:19 pts/4 00:00:00 grep --color=auto pb

how should i do to start the pbs_server?

This problem has been solved.