From b2602c05161ffb8c22b51af2bf87cc71912089d0 Mon Sep 17 00:00:00 2001 From: Yhael S Date: Fri, 25 Aug 2023 04:02:25 -0500 Subject: [PATCH] readme updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c7f4b7..4ae54a1 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ alias logs='docker-compose logs -f --tail 2000 odoo' ``` ### 2. NEVER run `docker-compose down -v` in Production -...without having a tested backed up database +...without having a `tested backed up` database Have in mind that dropping volumes will destroy DB data, Odoo Conf & Filestore, *Let's Encrypt certificates, and more!*. If you execute this command several times in `prod` in a short period of time, you may reach the `Let's Encrypt` certificates limit and Odoocker won't be able to generate new ones after **several hours**. @@ -176,7 +176,7 @@ odoo scaffold # DB Connection - Any other Postgres Database Manager con connect to the DB using `.env` credentials. -## PgAdmin Container +### PgAdmin Container - This project comes with a PgAdmin container which is loaded only in `docker-compose.override.pgadmin.yml`. In order to manage DB we provide a pgAdmin container. In order to bring this up, simply run: