mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
5 lines
155 B
Batchfile
5 lines
155 B
Batchfile
set CURRENT_DIR=%~dp0
|
|
cd %CURRENT_DIR%
|
|
set "PGPASSWORD=12345678"
|
|
pg_restore -U postgres -h localhost -p 5432 -d rrjdatabase .\restoreDB\DBLMS_EMPTY.backup
|