{"id":26261,"date":"2020-08-28T17:45:13","date_gmt":"2020-08-28T09:45:13","guid":{"rendered":"https:\/\/facekungfu.com\/?p=26261"},"modified":"2021-04-13T23:27:45","modified_gmt":"2021-04-13T15:27:45","slug":"how-to-properly-bckup-update-wordpress-plugins-step-by-step-to-wp-5-5","status":"publish","type":"post","link":"https:\/\/facekungfu.com\/en\/how-to-properly-bckup-update-wordpress-plugins-step-by-step-to-wp-5-5\/","title":{"rendered":"How to maintain, backup, update WordPress &#038; plugins"},"content":{"rendered":"\n<p>This article is also as a topic shared on this WordPress Meetup!<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"in-here-its-wordpress-friday-%25e6%25a1%2583%25e5%259c%2592%25e6%2599%259a%25e9%25a4%2590%25e5%25b0%258f%25e8%2581%259a-11\">In here it&#8217;s WordPress Friday &#8211; \u6843\u5712\u665a\u9910\u5c0f\u805a #11<\/h2>\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-meetup wp-block-embed-meetup\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/www.meetup.com\/Taoyuan-WordPress-Meetup\/events\/272650615\/\n<\/div><\/figure>\n\n\n<h2 class=\"wp-block-heading\" id=\"whats-new-in-wordpress-55\">What\u2019s New in WordPress 5.5<\/h2>\n\n\n<p>That&#8217;s not the point of this article, you can review them specifically through authority refs below. <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>WordPress official<br><a href=\"https:\/\/wordpress.org\/news\/2020\/08\/eckstine\/\">https:\/\/wordpress.org\/news\/2020\/08\/eckstine\/<\/a><\/li><li>SiteGround<br><a href=\"https:\/\/www.siteground.com\/blog\/whats-new-in-wordpress-5-5-screenshots-and-tips\/\">https:\/\/www.siteground.com\/blog\/whats-new-in-wordpress-5-5-screenshots-and-tips\/<\/a><\/li><li>Kinsta<br><a href=\"https:\/\/kinsta.com\/blog\/wordpress-5-5\/\">https:\/\/kinsta.com\/blog\/wordpress-5-5\/<\/a><\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator is-style-dots\"\/>\n\n\n\n<figure class=\"wp-block-pullquote is-style-solid-color\"><blockquote><p><a href=\"https:\/\/wordpress.org\/support\/wordpress-version\/version-5-5-1\/\" target=\"_blank\" rel=\"noreferrer noopener\">Version 5.5.1<\/a><\/p><cite>On September 1, 2020, <a href=\"https:\/\/wordpress.org\/support\/wordpress-version\/version-5-5-1\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 5.5.1<\/a> was released to the public.<\/cite><\/blockquote><\/figure>\n\n\n\n<hr class=\"wp-block-separator is-style-dots\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"tools-we-might-need-to-use-in-this-practice\">Tools We Might Need to Use in This Practice<\/h2>\n\n\n<p>Backup \/ Restore plugins<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/plugins\/wpvivid-backuprestore\/\" target=\"_blank\">WPVivid<\/a> or <a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/plugins\/updraftplus\/\" target=\"_blank\">UpdraftPlus<\/a><\/li><\/ul>\n\n\n\n<p>Plugins related to WordPress core<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/plugins\/wp-downgrade\/\" target=\"_blank\">WP Downgrade<\/a>, <a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/plugins\/enable-jquery-migrate-helper\/\" target=\"_blank\">Enable jQuery Migrate Helper<\/a><\/li><\/ul>\n\n\n\n<p>Advanced purpose (You must know what you are doing clearly) <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a rel=\"noreferrer noopener\" href=\"https:\/\/wpvivid.com\/meetup\/ref\/6\/?campaign=meetup\" target=\"_blank\">WPVivid Pro<\/a>*<\/li><li><a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/plugins\/wp-reset\/\" target=\"_blank\">WP Reset<\/a>, <a rel=\"noreferrer noopener\" href=\"https:\/\/wpreset.com\/\" target=\"_blank\">WP Reset Pro<\/a>*<\/li><\/ul>\n\n\n\n<p>All we need here is the back-end of WordPress without file permissions issue. <a rel=\"noreferrer noopener\" href=\"https:\/\/wp-cli.org\/\" target=\"_blank\">WP-CLI<\/a>, SFTP and other way through WordPress management services (e.g. ManagedWP, MainWP) won&#8217;t be mentioned in this article.<\/p>\n\n\n\n<p>*: It&#8217;s a paid version, affiliate link might be included.  <\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"difference-between-backup-and-staging\">Difference Between Backup and Staging<\/h2>\n\n<h3 class=\"wp-block-heading\" id=\"backup\">Backup<\/h3>\n\n\n<p>Backups are for reverting to a previous version when a problem arises on the site.<\/p>\n\n\n\n<p>For example, you run an update on your website and it causes your site to malfunction. You find that plugins are not compatible with the new version of WordPress. It would take considerable time to update these plugins or find replacements. To solve the issue <strong>immediately<\/strong> and get your site back to normal, you can restore your backup.<\/p>\n\n\n\n<p>Backups come <strong>in handy<\/strong> when things go wrong such as botched updates, human errors, presence of malware, and so on.<\/p>\n\n\n\n<p>Pros:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Could be done manually and automatically(scheduled).<\/li><li>Could be use specifically and separately from databases, individual plugins, theme, directories for conditions to all files for whole website or machine(server level).<\/li><li>Highly elasticity and in handy.<\/li><\/ul>\n\n\n\n<p>Cons:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Will affect your live site.<\/li><\/ul>\n\n\n<h3 class=\"wp-block-heading\" id=\"staging\">Staging<\/h3>\n\n\n<p>Staging enables you to <strong>create a clone of your WordPress website<\/strong>. This is done specifically for development. You can try out new themes, plugins, designs and layouts. You can test out updates and even test restore your backup! None of the changes you make will affect your live site.<\/p>\n\n\n\n<p>Pros:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Won&#8217;t affect your live site (live site still might be affected in some cases).<\/li><\/ul>\n\n\n\n<p>Cons:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>It takes the time way more than backup.<\/li><li>You might need to take care of the modify of database and files in the staging period in come cases. <\/li><\/ul>\n\n\n\n<p>Considering about the popularity of both of them.  We choose Backup for demo in this article and for meetup purpose.<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-dots\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-1backup\">Step 1<br>Backup<\/h2>\n\n\n<p>You can choose one of below methods.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Run a complete backup.<\/li><li>Run a complete backup of website exclude files under <code>\/wp-content\/uploads<\/code> path.<\/li><li>Run backups through <a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/plugins\/wpvivid-backuprestore\/\" target=\"_blank\">WPVivid<\/a> individually or skip this, just rely on the Rollback function with <a rel=\"noreferrer noopener\" href=\"https:\/\/wpvivid.com\/meetup\/ref\/6\/?campaign=meetup\" target=\"_blank\">WPVivid Pro<\/a>.<\/li><\/ol>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"practice-time\">(Practice Time)<\/h3>\n\n\n<hr class=\"wp-block-separator is-style-dots\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-2check-the-compatibility-of-plugins-amp-themes\">Step 2<br>Check The Compatibility of Plugins &amp; Themes<\/h2>\n\n\n<p>Checking, reviewing changelogs is always a good habit!<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"965\" height=\"865\" data-attachment-id=\"26338\" data-permalink=\"https:\/\/facekungfu.com\/en\/how-to-properly-bckup-update-wordpress-plugins-step-by-step-to-wp-5-5\/screenshot_2020-09-06-checking-the-compatibility-of-plugin-woocommerce-with-wordpress-marked\/\" data-orig-file=\"https:\/\/facekungfu.com\/wp-content\/uploads\/2020\/09\/screenshot_2020-09-06-checking-the-compatibility-of-plugin-woocommerce-with-wordpress-marked.jpg\" data-orig-size=\"965,865\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Check the compatibility of plugins with WordPress (e.g. WooCommerce)\" data-image-description=\"&lt;p&gt;Check the compatibility of plugins with WordPress (e.g. WooCommerce)&lt;\/p&gt;\n\" data-image-caption=\"&lt;p&gt;Check the compatibility of plugins with WordPress (e.g. WooCommerce)&lt;\/p&gt;\n\" data-medium-file=\"https:\/\/facekungfu.com\/wp-content\/uploads\/2020\/09\/screenshot_2020-09-06-checking-the-compatibility-of-plugin-woocommerce-with-wordpress-marked.jpg\" data-large-file=\"https:\/\/facekungfu.com\/wp-content\/uploads\/2020\/09\/screenshot_2020-09-06-checking-the-compatibility-of-plugin-woocommerce-with-wordpress-marked.jpg\" src=\"https:\/\/facekungfu.com\/wp-content\/uploads\/2020\/09\/screenshot_2020-09-06-checking-the-compatibility-of-plugin-woocommerce-with-wordpress-marked.jpg\" alt=\"Check the compatibility of plugins with WordPress (e.g. WooCommerce)\" class=\"wp-image-26338\" srcset=\"https:\/\/facekungfu.com\/wp-content\/uploads\/2020\/09\/screenshot_2020-09-06-checking-the-compatibility-of-plugin-woocommerce-with-wordpress-marked.jpg 965w, https:\/\/facekungfu.com\/wp-content\/uploads\/2020\/09\/screenshot_2020-09-06-checking-the-compatibility-of-plugin-woocommerce-with-wordpress-marked-150x134.jpg 150w\" sizes=\"auto, (max-width: 965px) 100vw, 965px\" \/><figcaption>Check the compatibility of plugins with WordPress (e.g. WooCommerce)<\/figcaption><\/figure>\n\n\n<h3 class=\"wp-block-heading\" id=\"practice-time-2\">(Practice Time)<\/h3>\n\n\n<hr class=\"wp-block-separator is-style-dots\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-3update-plugins-amp-theme-which-are-compatible-with-wordpress\">Step 3<br>Update plugins &amp; theme which are compatible with WordPress.<\/h2>\n\n<h3 class=\"wp-block-heading\" id=\"plugins\">Plugins<\/h3>\n\n\n<p>Anything you&#8217;ve activated, but keep in mind the plugins which can be seen their compatibility with WordPress or other main plugins like WooCommerce, page builder (no page builder&#8221;s&#8221; in one website, OK?).<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"themetwenty-twenty-for-example\">Theme<br>Twenty Twenty for example.<\/h3>\n\n\n<p>Changelog of theme Twenty Twenty<br><a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/support\/article\/twenty-twenty-changelog\/\" target=\"_blank\">https:\/\/wordpress.org\/support\/article\/twenty-twenty-changelog\/<\/a><\/p>\n\n\n\n<p>Changelogs of themes are much harder to find than plugins.  No matter of ones are on <a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/themes\/\" target=\"_blank\">https:\/\/wordpress.org\/themes\/<\/a>, Themeforest or any official website of the themes. <\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-4update-to-wordpress-55\">Step 4<br>Update to WordPress 5.5!<\/h2>\n\n<h3 class=\"wp-block-heading\" id=\"practice-time-3\">(Practice Time)<\/h3>\n\n\n<hr class=\"wp-block-separator is-style-dots\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-5check-check-check\">Step 5<br>Check, Check, Check<\/h2>\n\n\n<p>Or wait for someone to check website an report to you.  Not recommanded.<\/p>\n\n\n\n<p><\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-6-if-necessary\">Step 6 ( if necessary )<\/h2>\n\n\n<ul class=\"wp-block-list\"><li>Install &amp; activate <a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/plugins\/enable-jquery-migrate-helper\/\" target=\"_blank\">Enable jQuery Migrate Helper<\/a> to solve the issue happened after updated to WordPress 5.5.<\/li><li>Restore from what backup you&#8217;ve got.<\/li><li>Downgrade WordPress with <a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/plugins\/wp-downgrade\/\" target=\"_blank\">WP Downgrade<\/a>.<\/li><li>Rollback plugins\/themes with <a rel=\"noreferrer noopener\" href=\"https:\/\/wpvivid.com\/meetup\/ref\/6\/?campaign=meetup\" target=\"_blank\">WPVivid Pro<\/a>.<\/li><li>Switch to WordPress version you like, restore from a snapshot by <a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/plugins\/wp-reset\/\" target=\"_blank\">WP Reset<\/a>, <a rel=\"noreferrer noopener\" href=\"https:\/\/wpreset.com\/\" target=\"_blank\">WP Reset Pro<\/a>.<br><\/li><\/ul>\n\n\n<h3 class=\"wp-block-heading\" id=\"practice-time-4\">(Practice Time)<\/h3>\n\n\n<hr class=\"wp-block-separator is-style-dots\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"finalhappy-ending-hope-so\">Final<br>Happy Ending?  Hope So!<\/h2>\n\n\n<p>There won&#8217;t be an real final work for a website you&#8217;d like to keep it running unless the website will be terminated.<br>So, just keep make it better and better for your purpose.<\/p>\n\n\n\n<div class=\"wp-block-genesis-blocks-gb-columns gpb-slate-section-cta-accent gb-layout-columns-2 gb-2-col-wideleft has-accent-background-color has-background-color gb-columns-center alignfull\" style=\"padding-top:6em;padding-right:1em;padding-bottom:6em;padding-left:1em\"><div class=\"gb-layout-column-wrap gb-block-layout-column-gap-2 gb-is-responsive-column\" style=\"max-width:1200px\">\n<div class=\"wp-block-genesis-blocks-gb-column gb-block-layout-column gb-is-vertically-aligned-center\"><div class=\"gb-block-layout-column-inner\" style=\"text-align:left\">\n<h2 class=\"has-custom-transform wp-block-heading\" style=\"font-size:40px;text-transform:capitalize\">Get WordPress Premium Maintanances today!<\/h2>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-shadow\"><a class=\"wp-block-button__link has-primary-color has-text-color\" href=\"https:\/\/facekungfu.com\/en\/contact\/\" style=\"border-radius:50px\"><strong>Contact<\/strong><\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-genesis-blocks-gb-column gb-block-layout-column gb-is-vertically-aligned-center\"><div class=\"gb-block-layout-column-inner\" style=\"text-align:right\">\n<p><\/p>\n<\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>There won&#8217;t be an real final work for a website you&#8217;d like to keep it running unless the website will be terminated.<br \/>\nSo, just keep make it better and better for your purpose.<\/p>\n","protected":false},"author":1,"featured_media":26273,"comment_status":"open","ping_status":"open","sticky":false,"template":"templates\/template-cover.php","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[949,587,588],"tags":[916,951,296],"class_list":["post-26261","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-maintenance","category-meetup","category-wordpress","tag-plugin","tag-practice","tag-updates"],"jetpack_publicize_connections":[],"featured_image_src":"https:\/\/facekungfu.com\/wp-content\/uploads\/2020\/08\/WordPress-5.5-Eckstine-600x400.jpg","featured_image_src_square":"https:\/\/facekungfu.com\/wp-content\/uploads\/2020\/08\/WordPress-5.5-Eckstine.jpg","author_info":{"display_name":"Green","author_link":"https:\/\/facekungfu.com\/en\/author\/yanggh\/"},"jetpack_featured_media_url":"https:\/\/facekungfu.com\/wp-content\/uploads\/2020\/08\/WordPress-5.5-Eckstine.jpg","jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/facekungfu.com\/en\/wp-json\/wp\/v2\/posts\/26261","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/facekungfu.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/facekungfu.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/facekungfu.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/facekungfu.com\/en\/wp-json\/wp\/v2\/comments?post=26261"}],"version-history":[{"count":0,"href":"https:\/\/facekungfu.com\/en\/wp-json\/wp\/v2\/posts\/26261\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/facekungfu.com\/en\/wp-json\/wp\/v2\/media\/26273"}],"wp:attachment":[{"href":"https:\/\/facekungfu.com\/en\/wp-json\/wp\/v2\/media?parent=26261"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/facekungfu.com\/en\/wp-json\/wp\/v2\/categories?post=26261"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/facekungfu.com\/en\/wp-json\/wp\/v2\/tags?post=26261"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}