Update migration authored by Daniel Palomar's avatar Daniel Palomar
...@@ -23,6 +23,10 @@ $ docker exec -i postgres psql -U opencell opencell < 7.2.2_TO_7.3.0.sql ...@@ -23,6 +23,10 @@ $ docker exec -i postgres psql -U opencell opencell < 7.2.2_TO_7.3.0.sql
- Update the var `opencell_version` in the host_vars that you want upgrade. - Update the var `opencell_version` in the host_vars that you want upgrade.
- Execute the `deploy.yml` playbook. - Execute the `deploy.yml` playbook.
```
$ ansible-playbook playbooks/deploy.yml -l staging
```
> The vault pass can be found in the Bitwarden with the name: ` Som Connexió OpenCell staging i test- secrets `
> If you don't use the ElasticSearch engine to search, you need to disable it. Set the var `elasticsearch.restUri` equal to none in `opencell-admin.properties`: > If you don't use the ElasticSearch engine to search, you need to disable it. Set the var `elasticsearch.restUri` equal to none in `opencell-admin.properties`:
``` ```
... ...
......