Versions Compared

Key

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

...

Expand
titleComponent Repository Files - /repos/

Iguana X stores all local component repositories in a single repos directory in your working directory. The repos directory contains individual folders for each component, storing the project files (including custom fields and their default values, sample data, and database files added to your component projects).

You can backup this single directory to backup all components and their associated project files on your instance. This directory can be found in:

Code Block
<instance directory>/repos/

Due to the way Iguana X leverages git (How does IguanaX use bitbucket?) you can also connect each one of your components to an upstream repository in Bitbucket to backup your components.

Expand
titleCommit

Expand
titleConfiguration Files - /configurations/

The Configuration Files contain all your unique Iguana instance configurations like your users, notifications, logging rules, web server settings, custom field values etc. It is recommended to backup the entire configuration directory regularly.

This directory can be found in:

Code Block
<instance directory>/configurations/ 

...