blyry

Results 7 comments of blyry

Adding these lines to the above script will also take care of the local `Performance Log Users` group. ``` $GroupObj = [ADSI]"WinNT://$env:COMPUTERNAME/Performance Log Users" $GroupObj.Add("WinNT://$domain/$username") ```

Hey! Just came here to file this exact issue! We upgraded our operators to 1.5, worked through a bug in the helm chart re: quotes around the connection pooler integer...

can confirm that adding spiloFSGroup AND a tls to the postgres manifest doesn't work, but adding the spiloFSGroup, and then, a short while later, adding the TLS portion DOES work....

@s123klippel @dmartensson that's pretty much what we did as well. We centralized a lot of console app scheduled task type batch jobs into hangfire, but many of them are long...

The filter I posted takes care and seems similar to the workaround proposed in #502. And you're right, we don't solve the graceful cancellation problem, but our dual deployment made...

nice good find! Added in 1.6.0, so available from Jul 15, 2016. Googling for that led me to this thread -- https://discuss.hangfire.io/t/ability-to-stop-all-the-server-instances-during-deployments/2285 where @odinserj explained about it and sortof what...

You can workaround this by using letsencrypt and putting a valid certificate on your minio deployment. You don't even need to make your endpoint public now that most dns providers...