We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a new release is made, the PoP backend software wasn't restarted. (a temporary fix is now in place for dev-be{1,2}-{a,b}.personhood.online)
When a new release is made, the PoP backends should be restarted automatically with the new version.
systemctl status pop-dev-be1-go.service
This bug was reproduced on May 15, 2024 (github.com/dedis/ansible-config is the relevant repo)
systemctl restart of each service - not a valid option.
systemctl restart
Most likely, since the Debian Bullseye update, the previous service descriptions don't work anymore.
The text was updated successfully, but these errors were encountered:
Good scripts , to be included in ansible-config
[Path] PathModified=/home/popdemo/dev/be1-go/pop [Install] WantedBy=multi-user.target
[Unit] Description=pop-dev-be1-go-a restarter After=network.target [Service] Type=oneshot ExecStart=/usr/bin/systemctl restart pop-dev-be1-go-a.service [Install] WantedBy=multi-user.target
$ systemctl enable pop*restart.{path,service} $ systemctl start pop*restart.{path,service}
Sorry, something went wrong.
pierluca
No branches or pull requests
Description (Actual behavior)
When a new release is made, the PoP backend software wasn't restarted. (a temporary fix is now in place for dev-be{1,2}-{a,b}.personhood.online)
Expected behavior
When a new release is made, the PoP backends should be restarted automatically with the new version.
How to reproduce
systemctl status pop-dev-be1-go.service
Version & Environment
This bug was reproduced on May 15, 2024 (github.com/dedis/ansible-config is the relevant repo)
Front-ends:
Back-ends:
Workaround
systemctl restart
of each service - not a valid option.Possible root cause
Most likely, since the Debian Bullseye update, the previous service descriptions don't work anymore.
The text was updated successfully, but these errors were encountered: