File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,34 @@ or success message when up to date.
8888
8989
9090
91+ ### wp core check-update-db
92+
93+ Checks for the need for WordPress database updates.
94+
95+ ~~~
96+ wp core check-update-db [--network]
97+ ~~~
98+
99+ Compares the current database version with the version required by WordPress core
100+ to determine if database updates are needed.
101+
102+ ** OPTIONS**
103+
104+ [--network]
105+ Check databases for all sites on a network.
106+
107+ ** EXAMPLES**
108+
109+ # Check if database update is needed
110+ $ wp core check-update-db
111+ Success: WordPress database is up to date.
112+
113+ # Check database update status for all sites on a network
114+ $ wp core check-update-db --network
115+ Success: WordPress databases are up to date on 5/5 sites.
116+
117+
118+
91119### wp core download
92120
93121Downloads core WordPress files.
You can’t perform that action at this time.
0 commit comments