Increasing the Open File Limit in Linux
docker-compose.yml
file.
Postgres: expose:
section of the file.
expose
with ports
, and replace "5432"
with "5432:5432"
.
docker-compose.yml
and .env
files. These files contain your server’s custom configurations and are overwritten during reinstallation.
<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
file.
Postgres: expose:
section of the file and restore your server’s custom configurations.
.env
file and restore your server’s saved custom configurations.
docker-compose.yml
file.
Postgres: expose:
section of the file.
expose
with ports
, and replace "5432"
with "5432:5432"
.
repo.backup.zip
file.
<BASE_INSTALL_DIR>/config/postgres/postgres_db_password.txt
.
By default, the <BASE_INSTALL_DIR>
is /opt/anaconda/repo
.docker-compose.yml
file.
postgres: expose:
section of the file and restore your server’s custom configurations.
.env
file and restore your server’s custom configurations.