stumbaumr

Results 53 comments of stumbaumr

Thanks for that that link, but that virtio-0.141.cer Certificate expired on 30.12.2018 (12/30/2018, 2018-12-30). I can import it using certutil.exe, but the PopUp still appears... I just extracted the current...

Maybe also have a look at https://chocolatey.org/packages/virtio-drivers . Automated silent installations on Microsoft are broken on so many levels...

Hi, thanks for looking into this. If you have a look at this we are currently extracting the certificate from an installation file: https://github.com/DDoSolitary/chocolatey-packages/blob/master/virtio-drivers/tools/chocolateyInstall.ps1 It is important to be in...

Hi @hubertdeng123 , just checked, yes, I have 4 users which have is_superuser set to true. ``` root@sentry01(dc1.prd):~# docker exec -it sentry-self-hosted-postgres-1 psql -U postgres psql (14.5 (Debian 14.5-2.pgdg110+2)) Type...

Is sentry_organizationmapping supposed to be empty? ``` postgres=# select * from sentry_organizationmapping; id | organization_id | slug | name | date_created | customer_id | verified | idempotency_key | region_name |...

After creating a new entry in the empty sentry_organizationmapping PostGres table we were able to login again and got routed correctly to the organization again and were successfully able to...

> service.py", line \d+, in serialize_many Tried that, but nothing in the logs... ``` root@sentry01(dc1.prd):/var/lib/docker/containers# grep -R "service.py\", line \d+, in serialize_many" * root@sentry01(dc1.prd):/var/lib/docker/containers# ```

> > After creating a new entry in the empty sentry_organizationmapping PostGres table we were able to login again and got routed correctly to the organization again and were successfully...

Start a psql session in your postgres container and insert an entry into that table using a INSERT statement... ``` root@sentry01(dc1.prd):~# docker exec -it sentry-self-hosted-postgres-1 psql -U postgres psql (14.5...

Maybe just a proper sample INSERT-SELECT statement in this thread so people know what to tweak. This is not enduser level stuff we are talking about here...