Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ertrzyiks/sentry-docker


https://github.com/ertrzyiks/sentry-docker

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

To run it locally use:

```
docker-compose up -d
```

After first deploy run in container:

```
sentry upgrade --noinput
sentry createuser --email= --no-input --no-password --superuser
```

Make sure you have following variables set to correct value

```
BASE_URL=http://logger.at.your.domain
```

Using 7.6 cause migration fail:

```
> sentry:0161_auto__chg_field_authprovider_config
FATAL ERROR - The following SQL query failed: ALTER TABLE "sentry_authprovider" ALTER COLUMN "config" TYPE jsonb, ALTER COLUMN "config" DROP NOT NULL, ALTER COLUMN "config" DROP DEFAULT;
The error was: column "config" cannot be cast automatically to type jsonb
HINT: Specify a USING expression to perform the conversion.
```