- Page restrictions apply
- Added by Atlassian Support, last edited by David Chan [Atlassian] on Feb 07, 2011 (view change)
- show comment hide comment
Comment:
Migration of unmigrated content due to installation of a new plugin
Symptoms
The following appears in the atlassian-confluence.log:
Cause
Often after running out of disk space or a similar unexpected event, some of the database tables may have become corrupt. This often occurs after you experience out of disk space problems on the disk partition where your database resides. In the above example the EXTRNLNKS table became corrupt and needs to be repaired.
Resolution
The corrupted tables need to be repaired. Please see:
- MySQL documentation on How to Repair MyISAM Tables and REPAIR TABLE Syntax.
- The MySQL forums contain a post on how to repair a database table, MySQL table is marked as crashed and should be repaired.
- There is also a third-party but comprehensive article on how to repair mysql database corruption at http://www.databasejournal.com/features/mysql/article.php/3300511].
If those do not help, you may need to consider restoring from a backup.
Related Content
Expand to see related content
Help us improve!
Labels:





1 Comment
Hide/Show CommentsAug 23, 2009
eaglewang
I used the Navicat MySQL to repair this issue.