I would like to know if someone was able to perform the migration of the attachments from the database to the file system and was able to reduce the size of the database, my attachments have increased too much and when using the external storage plugin the migration was carried out correctly but it does not decrease the size of the database, the specific question is if someone after migrating to the file system found a way to decrease the size of the database?
Thank you very much

Web Software Server: Apache/2.4.6 (CentOS) PHP/7.3.22
MySQL Version: 10.3.24
PHP Version: 7.3.22

    omiranda

    If the migrate command was fully successful it should be removing the file_chunk records associated with the files after they have been moved to the file system. You may have some permission errors in which case you need to address them and/or manually delete the file_chunk records that have already been moved.

    Cheers.

    Write a Reply...