Skip to content

Commit 76163f6

Browse files
committed
[WEBSITE-1440] Move note about how to restart failed upate attempts
1 parent d8590ed commit 76163f6

File tree

1 file changed

+32
-9
lines changed

1 file changed

+32
-9
lines changed

documentation/content/en/chapters/upgrade_guide.xml

+32-9
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,6 @@
264264
<listitem><para><xref linkend="update_patch" /></para><para>For those comfortable using the <command>patch</command> utility, patch files are available.</para></listitem>
265265
</orderedlist>
266266

267-
<important>
268-
<para>If you have previously abandoned an update attempt to try a different method, you will need to remove the following files from the server:
269-
<itemizedlist>
270-
<listitem><para><filename>store/install_config.php</filename></para></listitem>
271-
<listitem><para><filename>store/io_lock.lock</filename></para></listitem>
272-
</itemizedlist>
273-
</para>
274-
</important>
275-
276267

277268
<section id="update_full">
278269
<sectioninfo>
@@ -313,6 +304,14 @@
313304
</listitem>
314305
<listitem><para>Update the database:</para>
315306
<orderedlist>
307+
<important>
308+
<para>If you have previously attempted to update using a different method, you will need to remove the following files from the server before updating the database:
309+
<itemizedlist>
310+
<listitem><para><filename>store/install_config.php</filename></para></listitem>
311+
<listitem><para><filename>store/io_lock.lock</filename></para></listitem>
312+
</itemizedlist>
313+
</para>
314+
</important>
316315
<tip>
317316
<para>For large boards, you may wish to update via the command line instead of using a web browser. From your board's root, execute the following command: <code>php ./bin/phpbbcli.php db:migrate --safe-mode</code></para>
318317
</tip>
@@ -366,6 +365,14 @@
366365
<listitem><para>Upload the contents of the selected sub-archive</para></listitem>
367366
<listitem><para>Update the database:</para>
368367
<orderedlist>
368+
<important>
369+
<para>If you have previously attempted to update using a different method, you will need to remove the following files from the server before updating the database:
370+
<itemizedlist>
371+
<listitem><para><filename>store/install_config.php</filename></para></listitem>
372+
<listitem><para><filename>store/io_lock.lock</filename></para></listitem>
373+
</itemizedlist>
374+
</para>
375+
</important>
369376
<tip>
370377
<para>For large boards, you may wish to update via the command line instead of using a web browser. From your board's root, execute the following command: <code>php ./bin/phpbbcli.php db:migrate --safe-mode</code></para>
371378
</tip>
@@ -412,6 +419,14 @@
412419
<listitem><para>Upload the <filename class="directory">vendor/</filename> directory</para></listitem>
413420
<listitem><para>Run the updater:</para>
414421
<orderedlist>
422+
<important>
423+
<para>If you have previously attempted to update using a different method, you will need to remove the following files from the server before updating the database:
424+
<itemizedlist>
425+
<listitem><para><filename>store/install_config.php</filename></para></listitem>
426+
<listitem><para><filename>store/io_lock.lock</filename></para></listitem>
427+
</itemizedlist>
428+
</para>
429+
</important>
415430
<tip>
416431
<para>For large boards, you may wish to update the database via the command line instead of using a web browser. From your board's root, execute the following command: <code>php ./bin/phpbbcli.php db:migrate --safe-mode</code></para>
417432
</tip>
@@ -469,6 +484,14 @@
469484
</listitem>
470485
<listitem><para>Update the database:</para>
471486
<orderedlist>
487+
<important>
488+
<para>If you have previously attempted to update using a different method, you will need to remove the following files from the server before updating the database:
489+
<itemizedlist>
490+
<listitem><para><filename>store/install_config.php</filename></para></listitem>
491+
<listitem><para><filename>store/io_lock.lock</filename></para></listitem>
492+
</itemizedlist>
493+
</para>
494+
</important>
472495
<tip>
473496
<para>For large boards, you may wish to update via the command line instead of using a web browser. From your board's root, execute the following command: <code>php ./bin/phpbbcli.php db:migrate --safe-mode</code></para>
474497
</tip>

0 commit comments

Comments
 (0)