<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Bulk WordPress Updates]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1783068046728-screenshot-2026-07-03-153815.png" alt="Screenshot 2026-07-03 153815.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">How do I mass update hundreds of my WordPress websites?</p>
<p dir="auto">I can't select which ones to update by checking the boxes to perform a mass update.</p>
]]></description><link>https://forum.cloudron.io/topic/15674/bulk-wordpress-updates</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 03:39:25 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15674.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Jul 2026 08:54:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bulk WordPress Updates on Wed, 22 Jul 2026 20:08:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/imatbagjagumilar" aria-label="Profile: imatbagjagumilar">@<bdi>imatbagjagumilar</bdi></a> If you still want to try this, the easiest way I can think of to accomplish these steps are as follows:</p>
<ul>
<li>In the cloudron portal navigate to System &gt; Updates</li>
<li>Now you should see the current update schedule and an edit hyperlink on the right to make changes to it</li>
<li>Click Edit</li>
<li>Take note of what your settings are currently as you will likely want to change them back after your app has been fully updated</li>
<li>Make a change, like adding an additional hour of the day, but don't click save</li>
<li>Press F12 to open the developer tools of your browser (I used a chrome based browser)</li>
<li>Navigate to the network tab on in the developer tools</li>
<li>Go back to the page and click Save</li>
<li>Go back to Developer Tools network tab and you will now see two requests that have a name that starts with autoupdate_config</li>
<li>Right click on the first one (it is the one that did a POST request), Navigate in the menu to Copy, and then click Copy as fetch</li>
<li>Now in the developer tools click on the console tab and Paste in what you copied</li>
<li>You should now have something like the following</li>
</ul>
<pre><code>fetch("https://SomeDomain.com/api/v1/updater/autoupdate_config?access_token=SomeToken", {
  "headers": {
    "accept": "*/*",
    "accept-language": "en-US,en;q=0.9",
    "cache-control": "no-cache",
    "content-type": "application/json",
    "pragma": "no-cache",
    "priority": "u=1, i",
    "sec-ch-ua": "\"Not;A=Brand\";v=\"8\", \"Chromium\";v=\"150\", \"Microsoft Edge\";v=\"150\"",
    "sec-ch-ua-mobile": "?0",
    "sec-ch-ua-platform": "\"Windows\"",
    "sec-fetch-dest": "empty",
    "sec-fetch-mode": "cors",
    "sec-fetch-site": "same-origin"
  },
  "referrer": "https://SomeDomain.com/",
  "body": "{\"schedule\":\"00 00 0,1,5,6,7,20,21,2 * * *\",\"policy\":\"platform_and_apps\"}",
  "method": "POST",
  "mode": "cors",
  "credentials": "include"
});
</code></pre>
<ul>
<li>Edit the line <code>"body": "{\"schedule\":\"00 00 0,1,5,6,7,20,21,2 * * *\",\"policy\":\"platform_and_apps\"}",</code> to be   <code>"body": "{\"schedule\":\"*/1 * * * *\",\"policy\":\"platform_and_apps\"}",</code></li>
<li>In the console go to the end of what you pasted and press enter to run it</li>
<li>Now if you look at the Updates cloudron page it should say it is doing updates Every day @ hourly which is the fastest that it can recognize but in reality it will be running every minute</li>
</ul>
<p dir="auto">After your fully updated, go back to the Updates screen and change it back to whatever update schedule you want.</p>
]]></description><link>https://forum.cloudron.io/post/127067</link><guid isPermaLink="true">https://forum.cloudron.io/post/127067</guid><dc:creator><![CDATA[ChristopherMag]]></dc:creator><pubDate>Wed, 22 Jul 2026 20:08:27 GMT</pubDate></item><item><title><![CDATA[Reply to Bulk WordPress Updates on Wed, 15 Jul 2026 07:35:40 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/imatbagjagumilar" aria-label="Profile: imatbagjagumilar">@<bdi>imatbagjagumilar</bdi></a></p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/imatbagjagumilar" aria-label="Profile: ImatBagjaGumilar">@<bdi>ImatBagjaGumilar</bdi></a> <a href="/post/126785">said</a>:</p>
<p dir="auto">I hope this can continue to be developed for people like me who don't have a complicated panel management experience.</p>
</blockquote>
<p dir="auto">That is the idea.<br />
Make self-hosting easy to use, understandable and reliable.<br />
If you have feedback for us how we can improve?<br />
When ever you find something that is not clear enough?<br />
Please let us know!<br />
When reporting these things here, be assured we greatly appreciate the feedback and will try to improve Cloudron all the time.</p>
]]></description><link>https://forum.cloudron.io/post/126793</link><guid isPermaLink="true">https://forum.cloudron.io/post/126793</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Wed, 15 Jul 2026 07:35:40 GMT</pubDate></item><item><title><![CDATA[Reply to Bulk WordPress Updates on Wed, 15 Jul 2026 05:28:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a> I've used several panels... one of the panels I use is Cloudron, which has some pretty interesting features. It's simple and easy to use. I hope this can continue to be developed for people like me who don't have a complicated panel management experience.</p>
<p dir="auto">I just renewed my subscription a few years ago, and I estimate I'll be using Cloudron for maybe 1.5 years...</p>
<p dir="auto">The explanation here... I don't understand... how to do it... hahaha</p>
]]></description><link>https://forum.cloudron.io/post/126785</link><guid isPermaLink="true">https://forum.cloudron.io/post/126785</guid><dc:creator><![CDATA[ImatBagjaGumilar]]></dc:creator><pubDate>Wed, 15 Jul 2026 05:28:17 GMT</pubDate></item><item><title><![CDATA[Reply to Bulk WordPress Updates on Fri, 03 Jul 2026 18:16:24 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a> <a href="/post/126370">said</a>:</p>
<p dir="auto">Maybe we can also treat this topic as a feature request.</p>
<pre><code>Add the option to select apps to perform actions for the selected apps
e.g.: update, disable/enable auto updates, stop/start etc.
</code></pre>
</blockquote>
<p dir="auto"><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44f.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--clap" style="height:23px;width:auto;vertical-align:middle" title=":clap:" alt="👏" /> <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4af.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--100" style="height:23px;width:auto;vertical-align:middle" title=":100:" alt="💯" /></p>
<p dir="auto">I've been meaning to add such a feature request.</p>
]]></description><link>https://forum.cloudron.io/post/126393</link><guid isPermaLink="true">https://forum.cloudron.io/post/126393</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Fri, 03 Jul 2026 18:16:24 GMT</pubDate></item><item><title><![CDATA[Reply to Bulk WordPress Updates on Thu, 23 Jul 2026 12:01:36 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/imatbagjagumilar" aria-label="Profile: imatbagjagumilar">@<bdi>imatbagjagumilar</bdi></a><br />
I see you just created your topic first in <a class="plugin-mentions-category plugin-mentions-a" href="/category/2/discuss" aria-label="Profile: discuss">@<bdi>discuss</bdi></a> and now in <a class="plugin-mentions-category plugin-mentions-a" href="/category/12/wordpress-managed" aria-label="Profile: wordpress-managed">@<bdi>wordpress-managed</bdi></a>, but I can see from the screenshot you are using the <a class="plugin-mentions-category plugin-mentions-a" href="/category/77/wordpress-developer" aria-label="Profile: wordpress-developer">@<bdi>wordpress-developer</bdi></a> app variant.<br />
In the future, you don't need to delete your post, we can simply move it to the correct category.<br />
I will move your topic to <a class="plugin-mentions-category plugin-mentions-a" href="/category/77/wordpress-developer" aria-label="Profile: wordpress-developer">@<bdi>wordpress-developer</bdi></a></p>
<hr />
<p dir="auto">To answer your question, there is no way to mass update many apps.<br />
What you can do is configure the automatic app and system updates in the dashboard under <code>/#/system-update</code> to run every hour and let the system do its job over a day.<br />
This will update all apps and not like you stated specific ones.<br />
The following is not possible from the dashboard, but you can set a quicker time frame instead of hourly with the API.</p>
<p dir="auto">Example: Run app and system updates every minute.</p>
<pre><code class="language-bash"># Replace $TOKEN with your API token
export TOKEN="GENERATED_TOKEN"
curl 'https://my.cloudron.dev/api/v1/updater/autoupdate_config' \
  -H "Authorization: Bearer $TOKEN" \
  -H 'content-type: application/json' \
  --data-raw '{"schedule":"*/1 * * * *","policy":"platform_and_apps"}'
</code></pre>
<p dir="auto">I have tested this by installing a previous version of the LAMP app and then just waited.<br />
<img src="/assets/uploads/files/1783069824601-7f9101d4-4e22-43f1-ab32-2b0faf831fe7-image-resized.jpeg" alt="7f9101d4-4e22-43f1-ab32-2b0faf831fe7-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">You could also create a list off app IDs that should be updated and then also use the API to update them.</p>
<hr />
<p dir="auto">Maybe we can also treat this topic as a feature request.</p>
<blockquote>
<p dir="auto">Add the option to select apps to perform actions for the selected apps<br />
e.g.: update, disable/enable auto updates, stop/start etc.</p>
</blockquote>
]]></description><link>https://forum.cloudron.io/post/126370</link><guid isPermaLink="true">https://forum.cloudron.io/post/126370</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Thu, 23 Jul 2026 12:01:36 GMT</pubDate></item></channel></rss>