1

If I were to accidentally delete a wiki, how would I go about restoring it from a database backup? I'm talking about restoring just that single wiki, not the entire database.

flag

1 Answer

1

You might not even need to restore it from a backup, Greg -- The only thing that happens when you delete a Wiki is that the fDeleted flag in the Wiki table is changed from 0 to 1.

  1. Set the value back to 1
  2. Edit any Group (Admin -> Groups), make no changes to it and hit ok. This updates the FragmentCache table to refresh things like the Wiki menu.

For FogBugz On Demand, contact Fog Creek

link|flag
That mostly worked, but apparently there's more to it than that. I flipped the flag on the deleted wiki back to 1 and I can get to it via the Wiki->Customize link, but it doesn't show up in the list of wikis in the Wiki menu. – Greg Saven Jun 8 2010 at 13:00
I have updated Ken's answer. you just need to get FogBugz to update the Fragment Cache to show the wiki in the menu again. – adambox Jun 8 2010 at 14:57

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.