Skip to content

Commit 58db099

Browse files
committed
Add preliminary instructions for an upgrade from 6.1
1 parent fd8445b commit 58db099

File tree

2 files changed

+44
-8
lines changed

2 files changed

+44
-8
lines changed
0 Bytes
Binary file not shown.

com.woltlab.wcf/package.xml

Lines changed: 44 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,48 @@
5050
<instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
5151
</instructions>
5252

53-
<!--
54-
Required order of the following steps for the update to 6.2:
55-
<instruction type="script">acp/update_com.woltlab.wcf_6.2_backgroundJob.php</instruction>
56-
<instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_62_step1.php</instruction>
57-
<instruction type="script">acp/update_com.woltlab.wcf_6.2_contactOptions.php</instruction>
58-
<instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_62_step2.php</instruction>
59-
<instruction type="script">acp/update_com.woltlab.wcf_6.2_option.php</instruction>
60-
-->
53+
<instructions type="update" fromversion="6.1.*">
54+
<!--
55+
tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
56+
acp/database/update_com.woltlab.wcf_6.2_step1.php \
57+
acp/database/update_com.woltlab.wcf_6.2_step2.php \
58+
acp/update_com.woltlab.wcf_6.2_backgroundJob.php \
59+
acp/update_com.woltlab.wcf_6.2_checkSystemRequirements.php \
60+
acp/update_com.woltlab.wcf_6.2_contactOptions.php \
61+
acp/update_com.woltlab.wcf_6.2_styleVariables.php
62+
-->
63+
<instruction type="file">files_pre_check.tar</instruction>
64+
65+
<instruction type="script">acp/update_com.woltlab.wcf_6.2_checkSystemRequirements.php</instruction>
66+
67+
<!-- The following scripts must be executed in this particular order. -->
68+
<instruction type="script">acp/update_com.woltlab.wcf_6.2_backgroundJob.php</instruction>
69+
<instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.2_step1.php</instruction>
70+
<instruction type="script">acp/update_com.woltlab.wcf_6.2_contactOptions.php</instruction>
71+
<instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.2_step2.php</instruction>
72+
73+
<instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.2_styleVariables.php</instruction>
74+
75+
<instruction type="acpTemplate">acptemplates_update.tar</instruction>
76+
<instruction type="file">files_update.tar</instruction>
77+
<instruction type="template">templates_update.tar</instruction>
78+
79+
<instruction type="option"/>
80+
<instruction type="script">acp/update_com.woltlab.wcf_6.2_option.php</instruction>
81+
82+
<instruction type="language" run="standalone"/>
83+
84+
<instruction type="objectTypeDefinition"/>
85+
<instruction type="objectType"/>
86+
<instruction type="page"/>
87+
<instruction type="menuItem"/>
88+
<instruction type="acpMenu"/>
89+
<instruction type="acpTemplateDelete"/>
90+
<instruction type="box"/>
91+
<instruction type="clipboardAction"/>
92+
<instruction type="coreObject"/>
93+
<instruction type="fileDelete"/>
94+
<instruction type="templateDelete"/>
95+
<instruction type="userMenu"/>
96+
</instructions>
6197
</package>

0 commit comments

Comments
 (0)