This forum is no longer active. Please post your questions to our new community site
Issue with Track backup
|
|
Hi folks, I have a problem with the backup of my Tracks DB. I tried to follow the instructions on bitnami.org/forums/forums/redmine/topics/backup-recovery-in-windows but faced the problem. I copied the whole directory of Stack out of disk “C” and re-installed Windows. After I put the directory back in “Program files” and tried to launch “serviceinstall.bat Install”. It seemed to work fine and all the services were launched (checked through system management). When I try to connect to stack via browser I got “500 internal error”. I tried to work around and found out that the problem could be MySQL. It couldn’t allocate db tables: Here is the error description from the MySQL log file: The same problem appear if I try to use “mysqldump”: Characteristics of my installation: It would be nice if anyone can help me with this issue. |
|
|
Hi, Are you copying the directory in the same location right? Could you check if the mysql/data/bitnami_tracks/*.frm files exist? |
|
|
Hi beltran 1. I think I copy it right :) cause in my case this process has 2 steps: 2. All this files exist and are not null, i.e. the size is about 8-9 kBytes I forgot to mention that I can manually check system db, named “information_schema”, and make select of any tables of this schema |
|
|
Oh yeah :) one more detail I probably forgot to stop the services before create a copy of stack folder. May be it didn’t finalize DB correctly? |
|
|
Yes that was the problem, you should stop the database before copying it. Can you start the backup process one more time or you can not access to the original installation? I’m sure there are ways to recover the database. |
|
|
The problem is that I formated disk C. I am pretty sure that it is possible to handle somehow, but I don’t know how exactly ) |
|
|
Maybe this could help you: http://dev.mysql.com/doc/refman/5.0/en/innodb-t…
|
|
|
ok, thanks. Give me 10 mins to try |
|
|
I tried these solutions, but with no results. I am trying googling on “InnoDB table corrupt”. May be u can help a bit, cause I am not experinced in MySQL? |
|
|
Hi again I investigated ab. 3 hours to solve this problem, tried about 10 solutions but unsuccessfully ( I found one program. Here the link: http://code.google.com/p/innodb-tools/wiki/Inno… So, I am stopping any attempts to fix innoDB index. It seems not possible to do this way ( However, I found an old recovery of my data but in form of YML file. Can u help me with it? Is it easy to parse or convert to SQL data? |

