Skip to main content

Preventing certain files from being replaced during an automatic update - Knowledgebase / Deskpro Legacy - Deskpro Support

WARNING: You're browsing documentation for an older version of Deskpro. Consider upgrading to Deskpro Horizon

Preventing certain files from being replaced during an automatic update

Authors list

The automatic updater will replace source files in the Deskpro directory with new ones. In some rare cases, you might not want the updater to replace a file. For example, perhaps you've manually edited a file and don't want to lose your changes. The most common case for this is edits made to the .htaccess file to modify the base path.

 

Create config.upgrade.php file

Just create a new file in the root of Deskpro called config.upgrade.php and inside, give it the following contents:

<?php return array('file_upgrade_exclude' => array('/.htaccess'));

 

Note that this should not be closed with ?> at the end.

Inside the array, list paths to files you don't want the upgrader to replace. In the example above, we only list a single file, the .htaccess file.

Remember to manually check any files you exclude for updates. Since Deskpro won't update them for you, you will need to keep track of changes yourself.

Helpful Unhelpful

32 of 64 people found this page helpful

Add a comment

Please log in or register to submit a comment.

Need a password reminder?