I set up an instance of osTicket using EC2 for the purposes of checking it out. I am ready to move to a POC but I want to run it in Docker. I have the container set up, but wanted to know the best way to install a new version that works with the existing DB entries and configs.
I tried a fresh install in the Docker image, then copied the ost-config.php
over, but it doesn't seem happy with this. I suspect I have to run the installer somehow, but was wondering if there was a way to skip this piece. I would like to redeploy osTicket on demand without losing data and without having to go through setup. Is this possible? Would I just have to copy all files in osticket
?
Thanks!