Hi everyone!
When I try to run the iTop Setup, there ir a problem with mysqldump.
I check the Backup the iTop database before upgrading option, and the instalation halts at 20% with this message:
If I run that exact command in a console, changing xxxxx with my actual user and password for the iTop DB, the command doesn't return any error, and the dump is done correctly.
In iTop's configuration file, the variables db_user and db_pwd are set correctly, so I don't understand why the log has those xxxxx there, and why the command fails if it runs correctly in the console.
I can't backup iTop with the given option in SETUP. In order to proceed, I disable the Backup the iTop database before upgrading option to continue. My installation finishes without any errors, so it has nothing to do with any extension or the data model or something.
What can fix this issue?
THANKS
(PS I intended to post this message under "Installing and using iTop" and not under "Customizing iTop" SORRY! A moderate can fix this certainly)
Last edit: metafaniel 2015-03-03
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone!
When I try to run the iTop Setup, there ir a problem with
mysqldump
.I check the
Backup the iTop database before upgrading
option, and the instalation halts at 20% with this message:In the file
iTop\log\setup.log
it's the following message:If I run that exact command in a console, changing
xxxxx
with my actual user and password for the iTop DB, the command doesn't return any error, and the dump is done correctly.In iTop's configuration file, the variables
db_user
anddb_pwd
are set correctly, so I don't understand why the log has thosexxxxx
there, and why the command fails if it runs correctly in the console.I can't backup iTop with the given option in SETUP. In order to proceed, I disable the
Backup the iTop database before upgrading
option to continue. My installation finishes without any errors, so it has nothing to do with any extension or the data model or something.What can fix this issue?
THANKS
(PS I intended to post this message under "Installing and using iTop" and not under "Customizing iTop" SORRY! A moderate can fix this certainly)
Last edit: metafaniel 2015-03-03
Hi metafaniel,
Got the same problem. The reason you see xxxx at username and password is because in the code it's showing you something else. See below.
\setup\backup.class.inc.php:
I tested the command below and it created the backup succesfull.
When I pasted this command to the $sCommand variable it didn't work. So this is how far I got.
Last edit: John Delgro 2015-04-28