Replies: 1 comment 1 reply
-
Hi,
You should first start a new container with the latest version. Then you can either re-run the configure script or manually migrate the configuration files. Unless you made significant changes, it is recommended to just re-run the config script and apply your changes on the new files. For more details check the UPGRADING document.
Thanks for the suggestions but the current configuration procedure is temporary. As soon as the performance enhancements are completed, the next item on the roadmap is to implement a web-based admin tool that will no longer require configuration scripts or even access to the console. |
Beta Was this translation helpful? Give feedback.
-
Hi there, I just started testing stalwart-mail for my next self-hosted mail server, and this project looks very promising.
I've just a couple of questions about the configuration and how should I manage my config files.
As seen in the documentation, I used the
/usr/local/bin/configure.sh
script to generate my config file (one bigconfig.toml
file). I was using v0.3 at the time.Now I'm in the process of migrating my configuration to v0.4 with the new config layout (the big file is split in multiple toml files).
How should I do it? Should I run again the
/usr/local/bin/configure.sh
script from scratch? What should be the recommended way to migrate from 0.3 to 0.4?Thinking about this lead me to some ideas... What if stalwart comes with a default configuration? The one used by the
/usr/local/bin/configure.sh
script, but the result is one single file containing only configuration that diverge from the default conf.This config file could use
import.files
to import the default configuration.import.files
Beta Was this translation helpful? Give feedback.
All reactions