.env.EXEMPLAR >rename> .env
sentry.conf.py.EXEMPLAR >rename> sentry.conf.py
systemctl status postgresql
systemctl status redis
systemctl status zookeeper
systemctl status kafka
systemctl status clickhouse
systemctl status sentry
systemctl status symbolicator
systemctl status snuba
systemctl status relay
sentry upgrade
sentry createuser --email [email protected] --superuser
systemctl start sentry-web
systemctl start sentry-worker
systemctl start sentry-cron
systemctl start sentry-relay
logs überprüfen:
journalctl -u sentry-web
journalctl -u sentry-worker
systemctl status sentry-relay
sudo iptables -A INPUT -p tcp --dport 9000 -j ACCEPT
journalctl -u sentry-web -f
journalctl -u sentry-worker -f