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:
- Staging: The working copy where all edits happen. Always changing.
- Published Versions: Permanent snapshots (e.g.,
2024-01-15_10-30-00). Never change once created.
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
- Go to the Admin Console (
/staging/outlets/html/admin) - Scroll to the VERSIONS section
- Click "Publish Atlas"
- Wait for the publishing process to complete
- Status updates will appear showing progress
- This may take a few minutes depending on data size
What Happens During Publishing
- A new version is created with a timestamp name (e.g.,
2024-01-15_14-30-00) - All staging data is copied to the new version folder
- The version is added to the configuration's version list
- The staging
/workdirectories are cleared for new changes - The new version becomes accessible at its own URL path
After Publishing
- The new version appears in the VERSIONS list on the Admin Console
- Each version has its own URL:
/{version}/outlets/html/admin - You can switch between versions to compare data
- The staging area is ready for new edits
Version URLs
Published versions are accessible at:
- Admin console: /{version}/outlets/html/admin
- Webmap: /{version}/outlets/webmap/
- Downloads: /{version}/outlets/{outlet_name}/
Important Notes
- ⚠️ Published versions cannot be modified - they are permanent snapshots
- Publishing does not delete or change the staging data
- You can continue editing in staging immediately after publishing
- There is no automatic rollback - treat publishing as permanent
- Store the version name if you need to reference it later
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