Hello,
Probably a stupid question but I just cannot figure this out:
I am attempting to upgrade my Bitnami Redmine Stack from v2.2.0 to v2.2.1 on a Windows Server 2k3 machine. I am using "http://bitnami.org/article/how-to-backup-and-update-the-bitnami-redmine-stack" as a guide.
So my general plan is to:
1) Backup the 2.2.0 database (via the mysqldump command from the Bitnami Redmine Console)
2) Stop all services from the 2.2.0 stack
3) Install the new 2.2.1 stack on a different path
4) Copy the mysql backup file to the install directory of the new 2.2.1 stack
5) Restore the mysql backup file into the new stack (via the Bitnami Redmine Console).
I am having trouble on #5 - restoring the backup file into the new stack.
Whenever I try the restore command "mysql -u root -p bitnami_redmine < redmine_backup.sql", it prompts me for my password and after I enter it it just sits there and does nothing - no output lines, just a blinking cursor. I've left it for a day and nothing changed. Also, my Redmine instance is fairly simple right now - only have setup a bunch of users, so I can't see it taking so long to restore the database.
If I try to enter a bogus password it gives me an "Access Denied" error output, which seems to indicate I am somewhat on the right track.
Is there something I am missing/overlooking/doing wrong?
Thanks,
Brian