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
Using the Stop-PSUJob cmdlet doesn't appear to work but it also doesn't return an error.
Ex.
Get-PSUJob -Id <jobId> | Stop-PSUJob
-or-
$job = Get-PSUJob -Id <jobId> Stop-PSUJob -Job $job
5.2.2
Low
Other
Linux
PostgreSQL
Yes
Git sync
Windows Server 2022 Standard / Amazon Linux PowerShell 7.4.6 PostgreSQL 16
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of Issue
Using the Stop-PSUJob cmdlet doesn't appear to work but it also doesn't return an error.
Ex.
Get-PSUJob -Id <jobId> | Stop-PSUJob
-or-
Version
5.2.2
Severity
Low
Hosting Method
Other
Operating System
Linux
Database
PostgreSQL
Licensed
Yes
Features
Git sync
Additional Environment data
Windows Server 2022 Standard / Amazon Linux
PowerShell 7.4.6
PostgreSQL 16
Screenshots/Animations
No response
The text was updated successfully, but these errors were encountered: