Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you installed your confluence server in default directory, you can simply reset your confluence by erasing the home directory like below:

Code Block
# Stop confluence 
sudo service confluence stop

# Remove home directory to reset
sudo rm -rf /var/atlassian/application-data/confluence

# Start confluence
sudo service confluence start