Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
Tres Posted December 26, 2016 Share Posted December 26, 2016 (edited) My forum is running on Amazon AWS Elastic Beanstalk. But as you know when you update, you usually deploy the whole local project files as one big file. So, when I change settings on the server(EB), the changes are lost when I deploy a new version. So if it is possible, I would like to kinda download the changed settings(?) to also apply the changes to my local settings. Or if there's any other way please let me know. Edited December 26, 2016 by Tres Link to comment Share on other sites More sharing options...
Tres Posted December 26, 2016 Author Share Posted December 26, 2016 guess i should download the whole folder using cli remote access and just overwrite the folder.. Link to comment Share on other sites More sharing options...
2002faq Posted January 11, 2021 Share Posted January 11, 2021 I am looking into possibly running IPB with elastic beanstalk. Aren't setting all store in DB for IPB other than the constants file. I can see the need to download the whole directory after any update or new app/plugin install and make it available during the next roll out. Are you utilizing EFS for common file storage and autoscaling? thanks Link to comment Share on other sites More sharing options...
CoffeeCake Posted January 11, 2021 Share Posted January 11, 2021 Yes, settings are stored in both the database and constants.php file. Additionally, there's conf_global.php. Things like plugins, applications, themes, and the like are stored on the file system, and images and other uploaded content are based on your file storage settings. This is a fun adventure to be on! 🙂 Link to comment Share on other sites More sharing options...
Recommended Posts