Skip to content

Commit

Permalink
add some info on where to change database password for herlighet
Browse files Browse the repository at this point in the history
  • Loading branch information
Muni10 committed Jun 21, 2023
1 parent b96dc3e commit f434f62
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Herlighet

Let There Be Glory!


## Deployment

Deployment is managed using ansible.
Deployment is managed using ansible. Although we have nowhere to run it from these days.

```
ansible $ ansible-playbook -bKu RA_[RA user] -i [dev or prod] site.yml
Expand All @@ -17,7 +14,7 @@ Please note that the ansible playbook also invokes vault locally to obtain the p

Therefore, vault and a valid access token (obtained with `vault login -method=oidc`) is required.

## Herlighet ops/database maintenance
## Herlighet maintenance

VMs that the handlers run on today:

Expand All @@ -37,3 +34,14 @@ prod:
```
vault read postgresql/prod-fss/static-creds/herlighet-static-admin
```

These credentials can also be obtained from [vault GUI](https://vault.adeo.no).

Since there are no nodes with access to the nodes in question we are updating the database password via the VMWare console (accessible from operations image):

* Log on with RA-account and change the password in the file /etc/herlighet.env.

* Restart the service:
```
systemctl restart herlighet
```

0 comments on commit f434f62

Please sign in to comment.