Applying configuration changes after initial deployment

This topic describes how to apply configuration changes after initial deployment.

Procedure

If you make configuration changes in the zoa_env.config file or any other configuration file after initial deployment, run the following commands for the configuration changes to take effect:
Podman:
cd <ZOA_HOME>
./bin/podmanManageZoa.sh down
./bin/podmanManageZoa.sh up  
Docker:
cd <ZOA_HOME>
./bin/dockerManageZoa.sh down
./bin/dockerManageZoa.sh up