generated from coop-cloud/example
post deployment errors #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After managing to get a successful deployment (oh boy this recipe is complicated!), I had the following errors
If I try to run the streaming setup
When I look at the logs without doing the streaming setup (since I can't do it)
I think the README might be wrong. Mastodon split the streaming image into a separate one in 4.3. If this command is still required, it should probably be run against the
appcontainer. I'll try to investigate.Could be because of failed
setup, or thatrake db:migrateis needed.Yes 😢
@3wordchant helped me on matrix figure this out, the container doesn't stay app long enough to run the
db:setupordb:migrateThe steps followed to resolve this are:
command: ...andentrypoint: ...mentions in the compose.yml file.abra app deploy -C <app_domain>abra app cmd <app_domain> app setupabra app cmd <app_domain> app shellrake db:migrateI'm sure we can do something to make this pain go away, but I'll take the win and call it a day 😆
TYSM 3wc!
Thanks for this fix. I was stuck on the same issue. Perhaps these steps should be added to the readme? Or somehow scripted to make it easier to deploy 🤔
toolshed/organising#381 could with a boost @benjaminlyng @ammaratef45 🙏