RastaLulz
Well-known member
Looking into getting my forum's code into a git repo, to better manage it. I've moved data/internal_data to S3. However, code_cache (inside of internal_data) still has to be accessed on the server.
- When is "code_cache" built?
- How frequently is it altered (would it be safe to put in a git repo, or would it quickly become out of sync with it)?
- Is it possible to rebuild the "code_cache" (for instance I pull the repo on production, rebuild the code_cache, and we're good to go)?
- Looks like you can run "php cmd.php xf:rebuild-master-data", not sure if it does anything else.
Last edited: