让我先回答您的问题,然后再提供有关更新过程的更多信息。
总有一些风险。但默认情况下,只进行较小的核心发布you are pretty safe. (例如,3.8.1 hadclose to 100% update success rate) 此外,您还应该考虑更新本身存在一些风险的同时,如何通过修复安全问题等方式保护您免受其他风险的影响。
你不能笼统地回答这个问题。但是WordPress在进行更新之前尽可能多地检查,例如确保文件权限使更新成为可能。但当然,您可以想象这样的情况:安全系统监视文件更改,以在自动更新时发出警报。但这是特定于您的安装。Default WordPress should be fine.
通常,当WordPress尝试回滚失败的WordPress自身更新时,there isn\'t a rollback mechanism for the whole site if anything is broken after the update. 至少没有自动的。但无论如何,你都会定期备份你的站点,对吗?
WordPress doesn\'t do any backups on its own, 正如3中所述,您正在进行备份,对吗?从这里继续,还有一些关于该主题的信息和链接:
中引入了自动后台更新WordPress 3.7. 默认情况下,只会自动执行次要更新(3.9至3.9.1),而不会自动执行主要更新(3.8至3.9)。由于这些更新通常只修复小错误或安全问题,所以不太可能破坏这些问题。
无论如何,您可以按照自己喜欢的方式配置WordPress更新。始终更新(也是主要版本)或从不更新。就像你喜欢的那样。看看吧this question 或抄本,了解更多有关如何做到这一点的信息:http://codex.wordpress.org/Configuring_Automatic_Background_Updates
如果您决定不使用自动更新,您仍然可以手动执行。同样,您可以在Codex上找到更多信息:https://codex.wordpress.org/Updating_WordPress
如前所述,请执行定期备份:https://codex.wordpress.org/WordPress_Backups
TL;DR:
Unless you are a WordPress Pro and really know what you do I\'d recommend sticking with the auto update defaults and not worry too much about stuff breaking as I believe that a lot of thought has been put in it and the advantages outmatch the drawbacks for a standard WordPress install.