Add more scripts
This commit is contained in:
5
restartpg.bat
Normal file
5
restartpg.bat
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
C:
|
||||||
|
cd "C:\pg-14.7\bin"
|
||||||
|
pg_ctl -D ../data -l logfile stop
|
||||||
|
pg_ctl -D ../data -l logfile start
|
||||||
|
cd "c:\SourceCode\Server"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
REM f:
|
REM f:
|
||||||
REM cd "f:\DEV\GitHub\TJWaterServer"
|
REM cd "f:\DEV\GitHub\TJWaterServer"
|
||||||
|
|
||||||
call startpg.bat
|
REM call startpg.bat
|
||||||
cd C:\SourceCode\Server
|
cd C:\SourceCode\Server
|
||||||
uvicorn main:app --host 0.0.0.0 --port 80 --reload
|
uvicorn main:app --host 0.0.0.0 --port 80 --reload
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
C:
|
C:
|
||||||
cd "C:\pg-14.7\bin"
|
cd "C:\pg-14.7\bin"
|
||||||
pg_ctl -D ../data -l logfile stop
|
REM pg_ctl -D ../data -l logfile stop
|
||||||
pg_ctl -D ../data -l logfile start
|
pg_ctl -D ../data -l logfile start
|
||||||
|
cd "c:\SourceCode\Server"
|
||||||
|
|||||||
Reference in New Issue
Block a user