Hi all I am new here... Some weeks ago I installed redmine - (bitnami version on my mac os x server 10.6). For another reason I had to restore a older version of my time machine backup und and all redmine data were gone - quite a lot of tickets :-( So the most important thing for me is: HOW can I backup the mysql database??
First I tried to log in via .../redmine/myadmin - Noooo Idea what the login is (I never set up one). How can I find out the login infos??
Second I tried to backup with the backup infos from here > http://bitnami.org/article/how-to-backup-and-update-the-bitnami-redmine-stack
:
mysqldump -u root -p bitnami_redmine > redmine_backup.sql
I got some errors:
mysqldump: Got error: 2002: Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2) when trying to connect
Why? Maybe because my terminal try to backup a mysql database from the server and not from redmine... Unfortunately I have no idea how to change that path to redmine...
As I cannot find any information on where the database is set up nor how I can log in to dump the db I thought it is time to ask a forum. It would be very nice if somebody could help.
I work on a Mac OS X 10.6 Server. Redmine / Bitnami Version: 2.1.2-1
Thank you in advance.