I created a bat file mybackup.bat
set FAILINIMI=%DATE:~8,4%%DATE:~5,2%%DATE:~2,2%eevavarukoopia.backup
"C:\Program Files\pgAdmin III\1.4\pg_dump.exe" -i -Z9 -b -v -f
"C:\mydir\%FAILINIMI%" -F c -h localhost -U postgres mydb
and verified it using RUNAS that it runs OK under posgres account.
I e
Andreas Jonsson wrote:
Hello!
I'm running pgadmin 1.4.2 and i came over a problem, if i got two
schemas and two tables with the same name under them eg:
schemas(2)
-list
-pc_752
-wip
-pc_752
Then i do a custom backup of list / pc_752.
The problem is when i rightclick > restore list / p
Hello!
I'm running pgadmin 1.4.2 and i came over a problem, if i got two
schemas and two tables with the same name under them eg:
schemas(2)
-list
-pc_752
-wip
-pc_752
Then i do a custom backup of list / pc_752.
The problem is when i rightclick > restore list / pc_752 it will try to
re