-
Notifications
You must be signed in to change notification settings - Fork 96
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
relation "accounts" does not exist at character 454 #32
Comments
Did the |
I'm facing this exact issue on a Mastodon deployment with docker-compose. How would I check if the |
Is the pod or the job from the migration job still around? |
I'm facing the same issue. These are the logs of the dbmigrate pod and the job: https://gist.github.com/dictvm/0d8200f323b2d8aeaf9638a1521d20b0 |
I'm getting this same error on a fresh setup. I noticed in my web container I also have the error:
|
This issue still exist... |
The solution is in https://github.com/felx/mastodon-documentation/blob/master/Running-Mastodon/Docker-Guide.md |
@waldemarschroeder thanks, but this doesn't help when using the Helm Chart. For some reason the |
@dictvm I did a successful Mastodon Installation with docker. With Docker you can use "docker-compose run --rm web rake db:migrate" to do a db migration. In Kubernetes you should be able to do the same with kubectl. Source: https://github.com/felx/mastodon-documentation/blob/master/Running-Mastodon/Docker-Guide.md |
Hey there, thanks! We fixed the issue by moving the db-migrate job to an initContainer in the mastodon-web Deployment. We'll probably provide a PR some time next week, in case anyone else is interested in that approach. |
Each time I try to deploy this helm chart with the included postgres, the deployment fails and the postgres container has this in the logs:
The text was updated successfully, but these errors were encountered: