Fire Atlas Help

HOME

Publish a New Version

Publishing creates a permanent snapshot of your atlas data that can be referenced and shared. This is how you release changes from the staging environment to production.

Understanding Versions

Your atlas has two types of data states:

When to Publish

Publish a new version when: - You've completed a set of edits and want to preserve them - You need a stable reference point for sharing - You want to make changes available to public/internal users - Before making major changes (as a backup point)

How to Publish

From the Admin Console

  1. Go to the Admin Console (/staging/outlets/html/admin)
  2. Scroll to the VERSIONS section
  3. Click "Publish Atlas"
  4. Wait for the publishing process to complete
  5. Status updates will appear showing progress
  6. This may take a few minutes depending on data size

What Happens During Publishing

  1. A new version is created with a timestamp name (e.g., 2024-01-15_14-30-00)
  2. All staging data is copied to the new version folder
  3. The version is added to the configuration's version list
  4. The staging /work directories are cleared for new changes
  5. The new version becomes accessible at its own URL path

After Publishing

Version URLs

Published versions are accessible at: - Admin console: /{version}/outlets/html/admin - Webmap: /{version}/outlets/webmap/ - Downloads: /{version}/outlets/{outlet_name}/

Important Notes

Troubleshooting

Publishing seems stuck: - Check the status messages for progress - Large datasets may take several minutes - Refresh the page and check the versions list

Version not appearing: - Refresh the Admin Console page - Check that publishing completed without errors - Verify the version appears in the versions list

Need to undo a publish: - You cannot delete published versions through the interface - Continue editing in staging and publish a corrected version - Contact your system administrator for manual cleanup if needed