ErichMosier
New Member
I am setting up Mailwizz on an AWS Elastic Beanstalk instance. I am wondering if there are files written to folders during the installation process, and if so what and where they are.
The problem I am running into is that I go through the installation process on the production server, but when I upload new updates from the dev environment, everything appears to be wiped out and I have to reinstall.
With Elastic Beanstalk, in case you don't know, all of the code gets replaced every time you do an update. So if there are files that are being created during installation on production, they will all get overwritten when I upload a new batch of changes from dev. So unless I know what the files are and where they are, so I can download them to my dev environment , I wont be able to make them part of my code base.
Or is there another way to handle this? I couldn't find anything in the forums related to this so maybe it hasn't come up before.
The problem I am running into is that I go through the installation process on the production server, but when I upload new updates from the dev environment, everything appears to be wiped out and I have to reinstall.
With Elastic Beanstalk, in case you don't know, all of the code gets replaced every time you do an update. So if there are files that are being created during installation on production, they will all get overwritten when I upload a new batch of changes from dev. So unless I know what the files are and where they are, so I can download them to my dev environment , I wont be able to make them part of my code base.
Or is there another way to handle this? I couldn't find anything in the forums related to this so maybe it hasn't come up before.