Versions Compared

Key

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

...

Expand
title1. Connect the IguanaX instance to a Git repository to store all configurations.

Connect IguanaX to a Git repository to store all instance configurations.

  1. Configure the Git Instance: To add an instance repository, click Edit and either provide an existing repository URL or create a new repository in the Repository Management Screen.

  2. Manually Backup your Iguana: Use the git push button to manually perform a git push to push changes from the IguanaX instance to the Git repository. This is useful when you want to ensure immediate backup of the current state of your instance.

Any components or libraries not connected to a repository or configured as a plain folder will not be pushed to the Git Instance repository. If this occurs, a Push Warning will display to remind you that the following components were not backed up.

Image Added
Expand
title2. Configure Iguana to automatically backup the instance

IguanaX can automatically create Git commits when certain actions are taken (such as deleting components) to ensure regular snapshots of your instance’s configurations. You can set an interval in minutes for automatic Git pushes to back up changes. If set to 0, auto-backups are disabled.

...