Commit b77e40696b2c626107c6a08e2da74025d626af60

Authored by Conrad Vermeulen
1 parent b8c7e075

KTS-1715

"Add DB backup step to upgrade process"
Fixed. Upgrade not possible if mysql directory not resolvable.

Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6827 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 3 additions and 0 deletions
config/config.ini
... ... @@ -278,3 +278,6 @@ safemode = on
278 278 ; Identify location of kt-backup for database backups.
279 279 ;backupDirectory=c:/kt-backups
280 280 ;backupDirectory=/tmp/kt-backups
  281 +
  282 +; Identify the location of the mysql.exe and mysqldump.exe
  283 +;mysqlDirectory=c:/program files/ktdms/mysql/bin
... ...