Managed WordPress is eating all storage
-
wrote on Jan 6, 2025, 11:19 AM last edited by
Hello,
We've installed Managed WordPress on Cloudron, but it's been weirdly eating up all available disk usage.
We've added a 500 gb instance and it used all of it that other apps stopped working.Any solution or possible reason that's may be causing this?
-
-
Hello,
We've installed Managed WordPress on Cloudron, but it's been weirdly eating up all available disk usage.
We've added a 500 gb instance and it used all of it that other apps stopped working.Any solution or possible reason that's may be causing this?
@KhalilZammeli have you already checked what is using the space inside the app? You can go to Web Terminal and then go to /app/data . Check what inside that directory is using space using
du
-
wrote on Jan 6, 2025, 11:37 AM last edited by
@joseph can you please specifiy from where I can access the web terminal? Do you mean inside of the WordPress app?
-
-
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