{"id":2798,"date":"2025-11-23T16:09:53","date_gmt":"2025-11-23T07:09:53","guid":{"rendered":"https:\/\/www.freelifemakers.org\/wordpress\/?p=2798"},"modified":"2025-11-24T11:19:25","modified_gmt":"2025-11-24T02:19:25","slug":"wordpress-wordpress-core-update","status":"publish","type":"post","link":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/2025\/11\/23\/wordpress-wordpress-core-update\/","title":{"rendered":"[WordPress]\uc6cc\ub4dc\ud504\ub808\uc2a4 \ucf54\uc5b4 \uc5c5\ub370\uc774\ud2b8\/WordPress core update"},"content":{"rendered":"\n<p>\ud83d\udc49\uc6cc\ub4dc\ud504\ub808\uc2a4 \ucf54\uc5b4\ub97c \ud130\ubbf8\ub110\uc5d0\uc11c \uc5c5\ub370\uc774\ud2b8 \ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4.<br>How to update WordPress core from terminal.<\/p>\n\n\n\n<p>\ud83d\udc49 \ub2e4\uc74c \uacfc\uc815\ucc98\ub7fc \uc2e4\ud589\ud558\uba74 \uc6cc\ub4dc\ud504\ub808\uc2a4 \ucf54\uc5b4\ub97c \uc27d\uac8c \uc5c5\ub370\uc774\ud2b8 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br>You can easily update WordPress core by following these steps:<\/p>\n\n\n\n<p><strong>1.wp \uc124\uce58\uc5ec\ubd80 \ud655\uc778 <\/strong><br><strong>Check if wp is installed<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>which wp<\/code><\/pre>\n\n\n\n<p><strong>1-1.wp\uac00 \uc5c6\ub2e4\uba74 \uc124\uce58\ud558\uae30(Ubuntu\/Linux\uae30\uc900) <br>Installing WP if you don&#8217;t have it (Ubuntu\/Linux)<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># wp-cli.phar \ub2e4\uc6b4\ub85c\ub4dc \/ Download\ncurl -O https:\/\/raw.githubusercontent.com\/wp-cli\/builds\/gh-pages\/phar\/wp-cli.phar\n\n# \uc2e4\ud589 \uad8c\ud55c \ubd80\uc5ec \/ Grant execution permission\nchmod +x wp-cli.phar\n\n# \uc2dc\uc2a4\ud15c \uc804\uc5ed \uba85\ub839\uc5b4\ub85c \uc774\ub3d9 \/ Go to system-wide commands\nsudo mv wp-cli.phar \/usr\/local\/bin\/wp\n\n# \uc124\uce58 \ud655\uc778 \/ Check installation\nwp --info\n<\/code><\/pre>\n\n\n\n<p><strong>2.\ucf54\uc5b4 \uc5c5\ub370\uc774\ud2b8 \ubc29\ubc95(\ub2e4\uc6b4\uadf8\ub808\uc774\ub4dc \ud3ec\ud568) <br>How to update your core (including downgrading)<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/path\/to\/wordpress\nwp core update --version=\ucd5c\uc2e0\ubc84\uc804 \/ latest version\nwp core update-db\n<\/code><\/pre>\n\n\n\n<p><strong>3.\ubc84\uc804 \uc9c0\uc815\ud558\uc9c0 \uc54a\uace0 \ubb34\uc870\uac74 \ucd5c\uc2e0\ubc84\uc804 \ucf54\uc5b4 \uc5c5\ub370\uc774\ud2b8 \ud558\ub294\uacbd\uc6b0<br>If you update to the latest version of the core without specifying the version,<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --allow-root # \ub8e8\ud2b8 \uad8c\ud55c\uc73c\ub85c \uc2e4\ud589 \/ Run with root privileges\n# sudo -u USER -i -- wp &lt;command&gt; # sudo\ub85c \uc2e4\ud589 \/ run with sudo\n\nwp core update-db --allow-root # \ub8e8\ud2b8 \uad8c\ud55c\uc73c\ub85c \uc2e4\ud589 \/ Run with root privileges\n#  sudo -u USER -i -- wp &lt;command&gt; # sudo\ub85c\uc2e4\ud589 \/ Run with sudo<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udc49\uc6cc\ub4dc\ud504\ub808\uc2a4 \ucf54\uc5b4\ub97c \ud130\ubbf8\ub110\uc5d0\uc11c \uc5c5\ub370\uc774\ud2b8 \ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4.How to update WordPress core from terminal. \ud83d\udc49 \ub2e4\uc74c \uacfc\uc815\ucc98\ub7fc \uc2e4\ud589\ud558\uba74 \uc6cc\ub4dc\ud504\ub808\uc2a4 \ucf54\uc5b4\ub97c \uc27d\uac8c \uc5c5\ub370\uc774\ud2b8 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.You can easily update WordPress core by following these steps: 1.wp \uc124\uce58\uc5ec\ubd80 \ud655\uc778 Check if wp is installed 1-1.wp\uac00 \uc5c6\ub2e4\uba74 \uc124\uce58\ud558\uae30(Ubuntu\/Linux\uae30\uc900) Installing WP if you don&#8217;t have it (Ubuntu\/Linux) 2.\ucf54\uc5b4 \uc5c5\ub370\uc774\ud2b8 \ubc29\ubc95(\ub2e4\uc6b4\uadf8\ub808\uc774\ub4dc \ud3ec\ud568) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,1],"tags":[],"class_list":["post-2798","post","type-post","status-publish","format-standard","hentry","category-linux","category-uncategorized","missing-thumbnail"],"_links":{"self":[{"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/2798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/comments?post=2798"}],"version-history":[{"count":11,"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/2798\/revisions"}],"predecessor-version":[{"id":2824,"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/2798\/revisions\/2824"}],"wp:attachment":[{"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=2798"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/categories?post=2798"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/tags?post=2798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}