Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres isn't initialized #63

Closed
yaniveliash opened this issue Nov 8, 2017 · 1 comment
Closed

Postgres isn't initialized #63

yaniveliash opened this issue Nov 8, 2017 · 1 comment

Comments

@yaniveliash
Copy link

yaniveliash commented Nov 8, 2017

Tried today to run sentry as 100% docker (including postgres and redis)
seems that the DB isn't initialized on the first time that I run the web containr.
I've made sure that I've linked the containers correctly.

This is the sequence of running my containrs:

  1. redis
  2. postgres
  3. sentry-web (linked to previous + secret)
  4. sentry-worker (linked + secret)
  5. sentry-cron (linked + secret)

I can see in the logs of my postgres get requests to access data but it returns
errors that they doesn't exist (database exist but is empty).

  • Using all latest versions (except for redis and postgres which I'm using according to the installation guide)
@yaniveliash
Copy link
Author

Solved it by running the upgrade process to initialize the db and create a super user.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant