Changes
Page history
service/donate: add logging details
authored
Sep 04, 2024
by
Jérôme Charaoui
Show whitespace changes
Inline
Side-by-side
service/donate.md
View page @
cc35a628
...
...
@@ -593,10 +593,17 @@ The logs may be accessed using the `podman logs <container>` command, as the
user running the container. For the review apps, that user is
`gitlab-runner`
while for production, the user is
`tordonate`
.
Example commands on production:
Example command for staging:
sudo -u gitlab-runner -- sh -c "cd ~; podman logs --timestamps donate-neo_staging"
Example command on production:
sudo -u tordonate -- sh -c "cd ~; podman logs --timestamps donate"
On production, the logs are also available in the systemd journal, in the user's
context.
## Backups
This service has no special backup needs. In particular, all of the
...
...
...
...