Remove the preliminary upgrade instructions from 5.5
authorAlexander Ebert <ebert@woltlab.com>
Thu, 17 Aug 2023 11:14:33 +0000 (13:14 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 17 Aug 2023 11:14:33 +0000 (13:14 +0200)
com.woltlab.wcf/package.xml

index 4c5b9c6b73d94873a105ad481bd2ebf7534b0609..678370d26e3951c787dfa48e4cfe3cac5fb97ef4 100644 (file)
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="5.5.*">
-               <!--
-tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
-       acp/update_com.woltlab.wcf_6.0_checkSystemRequirements.php \
-       acp/update_com.woltlab.wcf_6.0_checkCache.php \
-       acp/update_com.woltlab.wcf_6.0_checkAttachmentStorage.php \
-       acp/update_com.woltlab.wcf_6.0_checkForMultiDomainSetup.php \
-       acp/database/update_com.woltlab.wcf_6.0_pre.php \
-       acp/update_com.woltlab.wcf_6.0_checkUpdateServers.php
-               -->
-               <instruction type="file" run="standalone">files_pre_check.tar</instruction>
-
-               <!-- Checks that need to happen before the upgrade starts. -->
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_checkSystemRequirements.php</instruction>
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_checkCache.php</instruction>
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_checkAttachmentStorage.php</instruction>
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_checkForMultiDomainSetup.php</instruction>
-               <!--instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_checkUpdateServers.php</instruction-->
-
-               <!-- Required for wcf1_package_installation_file_log. -->
-               <instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.0_pre.php</instruction>
-
-               <!-- Deploy new application code. -->
-               <instruction type="file" />
-               <instruction type="acpTemplate" />
-               <instruction type="template" />
-
-               <!-- Make all the new options available as early as possible. -->
-               <instruction type="option" run="standalone" />
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_skipFirstTimeSetup.php</instruction>
-
-               <!-- Run before the database migrations, because the data is gone otherwise. -->
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_landingPage.php</instruction>
-
-               <!-- Run before the database migrations, because otherwise the migration fails. -->
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_articleOrphans.php</instruction>
-
-               <!-- Migrate the database as early as possible. -->
-               <instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.0_reaction_fk_step1.php</instruction>
-               <instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.0_reaction_fk_step2.php</instruction>
-
-               <instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.0.php</instruction>
-
-               <instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.0_trackedVisit_step1.php</instruction>
-               <instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.0_trackedVisit_step2.php</instruction>
-               <instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.0_trackedVisit_step3.php</instruction>
-
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_styleVariables.php</instruction>
-
-               <!-- Deploy the new application code again to build the hashes in wcf1_package_installation_file_log. -->
-               <instruction type="file" />
-
-               <!-- Misc. PIPs. -->
-               <instruction type="acpMenu" />
-               <instruction type="bbcode" />
-               <instruction type="coreObject" />
-               <instruction type="cronjob" />
-               <instruction type="eventListener" />
-               <instruction type="language" />
-               <instruction type="mediaProvider" />
-               <instruction type="objectType" />
-               <instruction type="page" />
-               <instruction type="smiley" />
-               <instruction type="userGroupOption" />
-               <instruction type="userMenu" />
-               <instruction type="userOption" />
-
-               <instruction type="style">defaultStyle.tar</instruction>
-
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_favicon.php</instruction>
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_trophies.php</instruction>
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_removeDownloadedGravatars.php</instruction>
-
-               <!-- Clean Up. -->
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_removeLegacyAppConfig.php</instruction>
-               <instruction type="fileDelete" />
-               <instruction type="templateDelete" />
-       </instructions>
-
        <instructions type="update" fromversion="6.0.0 Alpha 7">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>