added batch job to backup productive database
This commit is contained in:
4
account/sql/backupAccount.bat
Normal file
4
account/sql/backupAccount.bat
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
echo off
|
||||||
|
SET BACKUPFOLDER=%~dp0
|
||||||
|
"C:\Program Files\PostgreSQL\10\bin\pg_dump.exe" -U jomu -n public --column-inserts --attribute-inserts --no-owner --no-privileges --no-acl account > %BACKUPFOLDER%\account.dump
|
||||||
|
pause;
|
||||||
Reference in New Issue
Block a user