Skip to content
Snippets Groups Projects
Commit aeec03e7 authored by Ghanshyam Pandey's avatar Ghanshyam Pandey
Browse files

[FIX]Added missing pg_path, to solve the problem of backup and restore of database

lp bug: https://launchpad.net/bugs/723424 fixed

bzr revid: gpa@tinyerp.com-20110811132148-xhje7bwwhzzty4vp
parent 72260467
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,7 @@ Section OpenERP_Server SectionOpenERP_Server
WriteIniStr "$INSTDIR\openerp-server.conf" "options" "db_user" $TextPostgreSQLUsername
WriteIniStr "$INSTDIR\openerp-server.conf" "options" "db_password" $TextPostgreSQLPassword
WriteIniStr "$INSTDIR\openerp-server.conf" "options" "db_port" $TextPostgreSQLPort
WriteIniStr "$INSTDIR\Server\openerp-server.conf" "options" "pg_path" "$INSTDIR\PostgreSQL\bin"
nsExec::Exec '"$INSTDIR\openerp-server.exe" --stop-after-init --logfile "$INSTDIR\openerp-server.log" -s'
nsExec::Exec '"$INSTDIR\service\OpenERPServerService.exe" -auto -install'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment