Growlert

Results 4 issues of Growlert

## Description When I try to get user information from command like: `Get-JiraUser -UserName 'some_user'` It thows me the error: ``` Invoke-JiraMethod : The query parameter 'username' is not supported...

Hello! I have 2 servers with Postgresql 9.4. On both installed pglogical version pglogical_1.2.2 from source (all other version not working in this environment). On source server side I made...

Hello! My version of postgres is 10. I came through all the instruction and after editing postgresql.conf then try to start postgres, it's giving me the error: 'Incompatible library.....: incompatible...

Hello. When I request computers list from GLPI, something like this (in Powershell): $Params = @{ uri = "$GlpiInstance/apirest.php/PluginFieldsComputercmdb?expand_dropdowns=true&range=0-2000" headers = @{ "Accept" = "application/json"; "App-Token" = $GlpiAppToken; "Session-Token" =...