Podman setup recommendations

Ensure to apply the recommendations for the podman setup.

The recommendations for podman setup are as follows:
  • After bringing up the image, do not modify anything within the container.
  • Set up a test environment where you can perform the migration tasks and run the tests before migrating to the production environment.
  • Back up your data before performing the migration.
  • Ensure that both host and database server time are synchronized and are in the same time zone.
  • During any activity configuration, if you add a new API configuration that has a host name, add all the host name mappings by adding --add-host=<host_name>:<IP address> in the podman run command.
  • To resolve the hostname, add the hostname mapping by adding --add-host=<host_name>:<IP address> in the podman run command, delete the old container, and create a new container by running the updated podman run command.