Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

The way Iguana is architected and packaged together makes for a smooth backup procedure. See How is Iguana X packaged?

The following files in your Working Directory are key files to backup regularly:

 Component Repository Files - /repos/

IguanaX 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:

<working directory>/repos/

Due to the way IguanaX leverages git, you can also connect each one of your components to an upstream repository in Bitbucket to backup your components.

 Component running commit - /run/

The commit you select to run each component on is stored in the run directory. It is recommended to backup this entire directory to save the running commits. If not backed up, during the restore process, all components would be set to run from the DEVELOPMENT commit.

This directory can be found in:

<working directory>/run/

See Choosing the code to run for your component for context on selecting component commits.

 Configuration 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:

<working directory>/configurations/ 
 Log Files - /logt/

The Log Directory contains all of your Iguana Service and transaction data flowing through Iguana. It is recommended to backup the entire log directory.

This directory can be found in:

<working directory>/logt/
 Environment Variables - IguanaEnv.txt

If you have configured any custom environment variables, an IguanaEnv.txt file is created and stored in your working directory.

You can find this file in:

<working directory>/IguanaEnv.txt

If you have not created any environment variables this txt file will not exist.

  • No labels