Deploy the RoutingCacheBuilder at a later point during the upgrade
authorAlexander Ebert <ebert@woltlab.com>
Mon, 6 Jan 2020 17:24:09 +0000 (18:24 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 6 Jan 2020 17:24:09 +0000 (18:24 +0100)
Fixes #3124

com.woltlab.wcf/files_pre.tar
com.woltlab.wcf/files_routingCacheBuilder.tar [new file with mode: 0644]
com.woltlab.wcf/package.xml

index 4d8e91d117a10bcb5585328b63907786ea89462f..dcda18e9e649a8f5d2c1048aca0ff00abe8f991d 100644 (file)
Binary files a/com.woltlab.wcf/files_pre.tar and b/com.woltlab.wcf/files_pre.tar differ
diff --git a/com.woltlab.wcf/files_routingCacheBuilder.tar b/com.woltlab.wcf/files_routingCacheBuilder.tar
new file mode 100644 (file)
index 0000000..3fb6dcb
Binary files /dev/null and b/com.woltlab.wcf/files_routingCacheBuilder.tar differ
index 4c72f46917b8018528bf5d1bfbb0619e89700360..8be652db0ce94e2ef3dcb37b31c7e1daedd17162 100644 (file)
@@ -54,7 +54,7 @@
                <instruction type="file">files_preUpdate.tar</instruction>
                <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_5.2_preUpdate.php</instruction>
                
-               <!-- Contains a few PIP-scripts, \wcf\data\option\OptionEditor, \wcf\system\cache\builder\RoutingCacheBuilder and \wcf\system\database\table\* -->
+               <!-- Contains a few PIP-scripts, \wcf\data\option\OptionEditor and \wcf\system\database\table\* -->
                <instruction type="file" run="standalone">files_pre.tar</instruction>
                
                <!-- Required language categories for the reactions. -->
@@ -70,6 +70,8 @@
                <!-- Delete all likeable recent activity events, because they don't have the reactionType stored. -->
                <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_5.2_deleteRecentActivity.php</instruction>
                
+               <instruction type="file" run="standalone">files_routingCacheBuilder.tar</instruction>
+               
                <instruction type="sql">update_5.2.sql</instruction>
                
                <instruction type="option" />