Customizations: Staying On The Upgrade Path - Mura Docs v6

Customizations: Staying On The Upgrade Path

When updating your site's files with the built-in Mura auto-updater, it is important to know what gets updated in order to avoid having your custom code overwritten. You can add custom files to other directories if you need to, but do not edit existing files, as they may be overwritten during an auto-update.

The following files and directories are "update safe," and any customizations you make will not be overwritten: 

{context}/{SiteID}/includes/contentRenderer.cfc
{context}/{SiteID}/includes/eventHandler.cfc
{context}/{SiteID}/includes/email
{context}/{SiteID}/includes/display_objects/custom
{context}/{SiteID}/includes/plugins
{context}/{SiteID}/includes/themes
<!-- Nothing under the themes directory will ever get touched by an auto-update. -->