Versions Compared

Key

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

Refined for Confluence stores data within your Confluence servers: in the data folder (on disk) and in the database. We don’t send any data or product analytics outside of the Confluence server.

Data stored in the

...

data folder

The Data_folder is the Confluence home folder.

Themes

Themes are saved in CSS files, image folders, and JSON files. You can find them here:
Data_folder > shared-home > originaltheme > themes > theme_id

...

Refined stores all other data in the Confluence database. We use a library called ActiveObjects to store and fetch data. All Refined tables are prefixed with AO_A3F2EF_CATEGORIES, to make it easy to find the data.

...