Hi, I migrated the files from the database to the filesystem by using this command:
php setup/cli/manage.php file migrate --backend D --to F
The command was successful and the files are now in the filesystem and also they get opened from there. But i noticed that my database is still so big, so actually now I have the "old" files still in the database and the new and old files are also in the filesystem now.
Shouldnt the old files from the database be deleted during the migration?
Anything I can do to "only" have the attachments in the file system?