Increasing the Open File Limit in Linux
docker-compose.yml
and .env
files. These files contain your server’s custom configurations and are overwritten during reinstallation.
docker-compose.yml
file.
Postgres: expose:
section of the file.
expose
with ports
, and replace "5432"
with "5432:5432"
.
<BASE_INSTALL_DIR>/config/postgres/postgres_db_password.txt
.
By default, the <BASE_INSTALL_DIR>
is /opt/anaconda/repo
.repo.backup.zip
file to a secure location.
docker-compose.yml
with the backup copy to restore your custom configurations.
.env
file with the backup copy to restore your custom environmental variables.
ate-installer-*
).
docker-compose.yml
file.
Postgres: expose:
section of the file.
expose
with ports
, and replace "5432"
with "5432:5432"
.
repo.backup.zip
file to your Package Security Manager’s server.
<BASE_INSTALL_DIR>/config/postgres/postgres_db_password.txt
.
By default, the <BASE_INSTALL_DIR>
is /opt/anaconda/repo
.docker-compose.yml
with the backup copy to restore your configurations.
.env
file.
.env
file to include any custom environmental variables from the backup .env
file.
.env
file with the backup. The new .env
file contains passwords that are required for proper functionality..env
file with the values from the backup file: