mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #576 from holta/master
instructions to clean-install WordPress tightened up
This commit is contained in:
commit
741b973d69
1 changed files with 8 additions and 9 deletions
|
@ -1,16 +1,15 @@
|
|||
# IF YOU NEED TO REINSTALL FROM /opt/iiab/downloads/wordpress.tar.gz
|
||||
# TO /library/wordpress DURING YOUR NEXT RUN OF "./runtags wordpress" OR
|
||||
# "./iiab-install" THEN YOU FIRST NEED TO:
|
||||
# "Emergency" reinstalls (from /opt/iiab/downloads/wordpress.tar.gz
|
||||
# to /library/wordpress) should also work offline...
|
||||
#
|
||||
# - "mv /library/wordpress /library/wordpress.old" (MUST)
|
||||
# - back up then drop the database (RECOMMENDED)
|
||||
# EITHER WAY, IF YOU NEED A CLEAN REINSTALL OF WORDPRESS DURING YOUR
|
||||
# NEXT RUN OF "./runtags wordpress" OR "./iiab-install" PLEASE FIRST DO:
|
||||
#
|
||||
# - "mv /library/wordpress /library/wordpress.old"
|
||||
# - back up WordPress's database then drop it
|
||||
#
|
||||
# REASON: "keep_newer: yes" below tries to preserves WordPress's self-upgrades
|
||||
# & security enhancements within /library/wordpress, that can occur without
|
||||
# & security enhancements within /library/wordpress, that can arise without
|
||||
# warning when WordPress is online, since WordPress ~4.8 especially.
|
||||
#
|
||||
# Such "emergency" reinstalls from /opt/iiab/downloads/wordpress.tar.gz to
|
||||
# /library/wordpress should also work offline.
|
||||
|
||||
- name: Download the latest WordPress software
|
||||
get_url:
|
||||
|
|
Loading…
Add table
Reference in a new issue