Hi, Ava!
Thanks for choosing our community!
Which network does your UMS install? Stand-alone system or dual system?
The following way is applicable to stand-alone system.
Get back data to UMS
Login in to UMS system use root account,input follow command:
cd /usr/local/aserver
input sftp sftp_user@sftp_server_address
input sftp password
input follow command to restore data after access to the sftp server
get -r storage
wait for coping the data.
note:
sftp_user: account of the sftp server
sftp_server_address: address of the sftp server
input follow command to exit the sftp when data coping is finished.
quit
Into the storage Folder.
cd storage
Restore the configuration file
tar xzvf ums_cfg.tar.gz -C /usr/local/aserver/conf
Input follow command to restore database
cp ums_db.sql /home/postgre
chown postgre:postgre /home/postgre/ums_db.sql
su postgre
cd
/usr/local/pgsql/bin/psql aserver < ./ums_db.sql
exit
Reboot the server
restart
After restoring the data, the system data will be restored to the state when executing backup.
Please try the above steps to resolve your problem, if it cannot resolve the problem, please let me know!