Looks like there are no hooks provided in our existing config_template.yaml for docker image to override defaults for archival config. Filed a feature to add support for overriding archival config.
If you are running Temporal using docker-compose then by default it brings up the server with archival turned on using file based archival config. I just filed an issue to disable it by default and have a separate docker-compose-archival.yaml for folks who want to try it out with archival turned on.
In the meantime you have to update the following 2 sections in the server config manually to override archival config:
I can modify the server config manually in local docker env, after that, how can I restart the cadence server to load the new config in the local docker env?
Are these settings applicable at server level or at namespace level?
there is enable visibility archive and enable history archive at namespace too, how is this different from namespace level settings?