|
264 | 264 | <listitem><para><xref linkend="update_patch" /></para><para>For those comfortable using the <command>patch</command> utility, patch files are available.</para></listitem> |
265 | 265 | </orderedlist> |
266 | 266 |
|
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 | | - |
276 | 267 |
|
277 | 268 | <section id="update_full"> |
278 | 269 | <sectioninfo> |
|
313 | 304 | </listitem> |
314 | 305 | <listitem><para>Update the database:</para> |
315 | 306 | <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> |
316 | 315 | <tip> |
317 | 316 | <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> |
318 | 317 | </tip> |
|
366 | 365 | <listitem><para>Upload the contents of the selected sub-archive</para></listitem> |
367 | 366 | <listitem><para>Update the database:</para> |
368 | 367 | <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> |
369 | 376 | <tip> |
370 | 377 | <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> |
371 | 378 | </tip> |
|
412 | 419 | <listitem><para>Upload the <filename class="directory">vendor/</filename> directory</para></listitem> |
413 | 420 | <listitem><para>Run the updater:</para> |
414 | 421 | <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> |
415 | 430 | <tip> |
416 | 431 | <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> |
417 | 432 | </tip> |
|
469 | 484 | </listitem> |
470 | 485 | <listitem><para>Update the database:</para> |
471 | 486 | <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> |
472 | 495 | <tip> |
473 | 496 | <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> |
474 | 497 | </tip> |
|
0 commit comments