Michael Steininger

Results 22 comments of Michael Steininger

@chadwhitacre 22.6.0 (the lastest at the time I was upgrading) I was on 21.10.0 (or 21.11.0) before that and I always do upgrades one at a time (working upwards the...

I should add that I had the sentry-ldap plugin installed and active in 21.10.0. After I switched to Azure SSO and disabled the plugin I began upgrading to the lastest...

@maciejpankanin Try replacing `` with an actual email address from a user you want to promote to superuser. f.e. `sentry permissions add -u [email protected] -p "users.admin"`

FYI: `configctl webgui restart` on the shell did the trick for me, but the web GUI still does not start successfully on reboot.

Found this in the log file relating to lighttpd, only appears in the log after 24.1 upgrade: ``` /usr/local/etc/rc.bootup: The command '/usr/local/bin/flock -ne /var/run/lighty-webConfigurator.pid /usr/local/sbin/lighttpd -f /var/etc/lighty-webConfigurator.conf' returned exit code...

Seems like on the 24.1 upgrade the configuration for Interfaces -> LAN "IPv6 configuration type" was set to "Track interface". I don't use IPv6 on WAN or LAN and can't...

If you only copy the backup command from the `_lib.sh` https://github.com/getsentry/self-hosted/blob/bf66ddd2241cb5d2e986abcab1e307b5563efe21/scripts/_lib.sh#L65 Sentry keeps running - only if you execute the backup.sh script it shuts itself down. Is this intentional?

@azaslavsky I get back to you after I work on our sentry setup again - but I can't promise a date before the new year.

Has anyone figured out yet how to do this in svelte 4? ``` Error: Cannot find module 'svelte/internal' or its corresponding type declarations. import { detach, insert, noop } from...