1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

clean reinstall of WordPress clarified

This commit is contained in:
A Holt 2017-11-29 16:05:36 -05:00 committed by GitHub
parent ccf47b3e8b
commit 7dcfdd3a8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +1,15 @@
# IF YOU NEED TO REINSTALL FROM /opt/iiab/downloads/wordpress.tar.gz # "Emergency" reinstalls (from /opt/iiab/downloads/wordpress.tar.gz
# TO /library/wordpress DURING YOUR NEXT RUN OF "./runtags wordpress" OR # to /library/wordpress) should also work offline...
# "./iiab-install" THEN YOU FIRST NEED TO:
# #
# - "mv /library/wordpress /library/wordpress.old" (MUST) # EITHER WAY, IF YOU NEED A CLEAN REINSTALL OF WORDPRESS DURING YOUR
# - back up then drop the database (RECOMMENDED) # 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 # 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. # 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 - name: Download the latest WordPress software
get_url: get_url: