Skip to content
New issue

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

Switch to pidof in restore #436

Conversation

Dashboy1998
Copy link
Contributor

@Dashboy1998 Dashboy1998 commented Feb 23, 2024

Context

Choices

  • Switching to pidof since we use pidof in start.sh

Test instructions

  1. Verify restore still works

Checklist before requesting a review

  • I have performed a self-review of my code
  • I've added documentation about this change to the README.
  • I've not introduced breaking changes.

@Dashboy1998 Dashboy1998 marked this pull request as draft February 23, 2024 02:16
@Dashboy1998

This comment was marked as resolved.

@Dashboy1998 Dashboy1998 marked this pull request as ready for review February 23, 2024 02:39
tail --pid="${server_pid}" -f 2>/dev/null
tail --pid="${server_pid}" -f /dev/null
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working now.

Not entirely sure why this change was needed as it works in start.sh but not in here.

Copy link
Owner

@thijsvanloef thijsvanloef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and restores are working again

@thijsvanloef thijsvanloef merged commit 8d507a8 into thijsvanloef:main Feb 23, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore error waiting for server to stop
2 participants