Updating Resources Safely
Before updating
- Read the release notes/changelog.
- Back up the current resource and its configuration.
- Check for config changes or migrations.
- Check whether dependencies changed.
Replace code carefully
Do not blindly overwrite a customized config with a new default. Compare the new configuration options with your existing file.
Restart
For a simple independent resource, a controlled resource restart may be enough:
restart ResourceName
Some framework, database, map, or shared-library updates are safer during a full maintenance restart. Follow that product's instructions.
Roll back
If the update fails:
- Stop the affected resource.
- Restore the known-good version.
- Restore the compatible configuration.
- Start it and verify.
- Review the failed update before retrying.
Document status
Last reviewed: September 2026
Version note: Use the instructions that match your installed product/resource version. When behavior differs from your release, check its release notes before changing production configuration.
