Hi !
I am currently looking to upgrade our instance from the original install which in the standard LAMP server with the Mysql sitting on a seperate box instead.
current version:
App Version
3.15.1
DB Schema Version
20220721185933
I have a few questions about the docker config and migration in general.
-
From looking at the datastor and db is it easier to do an import/export to a clean system rather than upgrade the existing one ? Im leaning in this direction but wanted to clarify.
-
Are there config options on the container for SMTP creds or is that now done via the UI post install ?
-
I can see that 8443 is exposed in your default container which will do autossl if no key is provided, is there an option to use only, The system Iām running on has a loadbalancer infront of it which is doing ssl termination. This is no big deal if not, I can always just do end to end ssl if needed.
-
If I were to migrate instead of import/export do I need to preserve the security salt ? If so is there a docker var or should I mount the app_local file and edit from there ?
-
Is theres any upgrade documentation I may have missed ?