So I was going to move attachments out of database and define in config file but I realized they were also in external storage.
/public_html/forums/data/attachments
/public_html/forums/internal_data/attachments
However, I see attachments in 2 different directories. The bottom one much larger. I assumed that was the migration one during import.
Can I just dump it inside the main one /public_html/forums/data/attachments
or do I need to point it in the config. Not sure why I need to point it if its already outside of the DB
xenforo.com
/public_html/forums/data/attachments
/public_html/forums/internal_data/attachments
However, I see attachments in 2 different directories. The bottom one much larger. I assumed that was the migration one during import.
Can I just dump it inside the main one /public_html/forums/data/attachments
or do I need to point it in the config. Not sure why I need to point it if its already outside of the DB
Config.php options | XenForo
All of the information XenForo needs to connect to your database server is located in the src/config.php file.