-
Notifications
You must be signed in to change notification settings - Fork 0
/
pgstart.bat
23 lines (12 loc) · 1.34 KB
/
pgstart.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@REM https://gist.github.com/jctosta/baa4a1ba472a5999f445c0f43fdbe208
@REM initdb.exe -D ..\data --username=postgres --auth=trust
@REM set PATH=%PATH%;C:\3Projects\radhatam\venv\Scripts\
@REM set PATH=%PATH%;C:\3Projects\radhatam\venv\
@REM C:\Users\pranjan24\Downloads\postgresql-14.2-2-windows-x64-binaries\pgsql\bin\pg_ctl -D C:\Users\pranjan24\Downloads\postgresql-14.2-2-windows-x64-binaries\pgsql\data -l logfile stop
@REM C:\Users\pranjan24\Downloads\postgresql-14.2-2-windows-x64-binaries\pgsql\bin\pg_ctl -D C:\Users\pranjan24\Downloads\postgresql-14.2-2-windows-x64-binaries\pgsql\data -l logfile start
C:\Users\pranjan24\Downloads\postgresql-14.6-1-windows-x64-binaries\pgsql\bin\pg_ctl -D C:\Users\pranjan24\Downloads\postgresql-14.6-1-windows-x64-binaries\pgsql\data -l logfile stop
C:\Users\pranjan24\Downloads\postgresql-14.6-1-windows-x64-binaries\pgsql\bin\pg_ctl -D C:\Users\pranjan24\Downloads\postgresql-14.6-1-windows-x64-binaries\pgsql\data -l logfile start
@REM C:\Users\pranjan24\AppData\Local\Programs\Python\Python310\Scripts\pip3.10
@REM npx postgraphile -c postgres://postgres:postgres@localhost:5432/postgres?ssl=false --watch
@REM postgres://postgres:postgres@localhost:5432/data?ssl=false
@REM npx postgraphile -c 'postgres://postgres:postgres@localhost:5432/postgres' --watch --enhance-graphiql --dynamic-json --schema public