File size: 169 Bytes
e98b0a7
 
 
 
 
 
 
1
2
3
4
5
6
7
8
@echo off
setlocal
call "%~dp0activate_env.bat"
echo [INFO] Stopping PostgreSQL Server...
pg_ctl -D "%PGDATA%" stop
echo [SUCCESS] PostgreSQL has been stopped.
endlocal