What's storageconv doing?
To make database backups a bit less unwieldy, I'm trying to move the storage of images from the db onto the filesystem by running the following command:
php ./util/storageconv fs
After printing a boatload of periods, the occasional number and a few handfuls of images it failed to save, it just hangs there. And has been hanging for a few days now. According to
top
it is still running and using about 15% of a cpu core, and has used about 232 hours of cpu time. Seems to be hanging on
select
. Any idea what it's doing, or how to make it finish?