Managed WordPress is eating all storage
-
-
wrote on Jan 6, 2025, 11:41 AM last edited by KhalilZammeli Jan 6, 2025, 11:53 AM
-
wrote on Jan 6, 2025, 11:42 AM last edited by
Also the app folder contains only WordPress regular installation files
-
wrote on Jan 6, 2025, 11:44 AM last edited by
The backups are also stored in an external storage (Cloudflare)
-
@KhalilZammeli in the web terminal,
cd /app/data
and then rundu -hcs *
. This will give an idea of where the data is (keep drilling down into each directory with the same du -hcs command). -
wrote on Jan 6, 2025, 1:03 PM last edited by
Thanks @joseph I found what causing the problem! A backup plugin in WP storing it in the wp-content!
Thank you -
-
-
Thanks @joseph I found what causing the problem! A backup plugin in WP storing it in the wp-content!
Thank youwrote on Jan 7, 2025, 1:51 AM last edited by@KhalilZammeli Which plugin?
-
@KhalilZammeli That I was going to suggest to you: to check if some backup plugin saved files locally. I had this problem with Duplicator Pro backup plugin.
-
Thanks @joseph I found what causing the problem! A backup plugin in WP storing it in the wp-content!
Thank youwrote on Jan 7, 2025, 5:01 PM last edited by@KhalilZammeli said in Managed WordPress is eating all storage:
Thanks @joseph I found what causing the problem! A backup plugin in WP storing it in the wp-content!
Thank youYou likely know this, but just in case: presuming you've got your Cloudron backups properly set-up you don't really need a WP Backup Plugin anymore. Cloudron backups are better.
-
@KhalilZammeli said in Managed WordPress is eating all storage:
Thanks @joseph I found what causing the problem! A backup plugin in WP storing it in the wp-content!
Thank youYou likely know this, but just in case: presuming you've got your Cloudron backups properly set-up you don't really need a WP Backup Plugin anymore. Cloudron backups are better.
@jdaviescoates With Cloudron no need of any backup wp plugin anymore
-
wrote on Jan 24, 2025, 10:06 AM last edited by
Thank you all! well noted
-
@jdaviescoates With Cloudron no need of any backup wp plugin anymore
-
@p44 I do use All-in-One WP Migration still, as I sometimes migrate to a non-Cloudron destination, and this one has never let me down.
@scooke I'll take a note of All-in-One WP plugin. Thanks a lot for sharing
-
wrote on Jan 24, 2025, 7:16 PM last edited by jdaviescoates Jan 24, 2025, 8:53 PM
@p44 I've used that a few times too. I've always had to increase the memory limit of the app (and the php memory limit too, I think) before it'd work though.
-
@p44 I've used that a few times too. I've always had to increase the memory limit of the app (and the php memory limit too, I think) before it'd work though.
wrote on Jan 25, 2025, 1:58 AM last edited by@jdaviescoates I actually never noticed because I always max out those settings on my WP installs to being with!
-
@jdaviescoates I actually never noticed because I always max out those settings on my WP installs to being with!
wrote on Jan 25, 2025, 3:45 AM last edited by@scooke I seem to always forget to do it first, run the backup, or the import, it fails, then I have to work out again how to increase the php.ini memory etc
-
@p44 I've used that a few times too. I've always had to increase the memory limit of the app (and the php memory limit too, I think) before it'd work though.
@jdaviescoates I usually set the instance memory to the minimum possible, unless an increase is needed.
-
@jdaviescoates I usually set the instance memory to the minimum possible, unless an increase is needed.
wrote on Jan 25, 2025, 10:27 AM last edited by@p44 interesting. I tend to set most app to at least double as I very often find the minimum isn't really enough.
-
@p44 interesting. I tend to set most app to at least double as I very often find the minimum isn't really enough.
@jdaviescoates This also is a great strategy to avoid sudden resource shortage problems, especially for those "mission critical" apps.