Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

All though I am pretty sure both worksnumber 2 works (same as using "Reset Default"), I went for number 1:

 

First, I shut down Confluence completely.

Then I made a complete mysqldump dump of the Confluence Database:

...

After that, I changed the DECORATOR.sql file i "vi" the "vim" editor - stripping off everything but the record for DECORATORID=64913409, and change the "INSERT INTO" to an "UPDATE"  so it looked like:

Kodeblok
UPDATE DECORATORS SET body='### ...code...code...code.' WHERE  DECORATORID=64913409

And the whole point being that I removed the "{html}<font size=\"4\">Space Quick Select</font>{html}" from the body code.

...

Kodeblok
mysql -uconfluence -p confluence < DECORATOR.sql

 

And started the Confluence Instance:

 

Image RemovedImage Added

and SUCCESS  - up and running again