# Issues with Up/Downgrade

**URL:** https://meta.discourse.org/t/issues-with-up-downgrade/342061
**Category:** Support
**Created:** [December 12, 2024, 1:21pm UTC](https://meta.discourse.org/t/issues-with-up-downgrade/342061 "2024-12-12T13:21:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Kosmo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kosmo/32/472668_2.png) [@Kosmo](https://meta.discourse.org/u/Kosmo)
#### Post date: [December 12, 2024, 1:21pm UTC](https://meta.discourse.org/t/issues-with-up-downgrade/342061/1 "2024-12-12T13:21:45Z")

</div>

I did start an instance on beta channel. Today I found that it is not sending digests. To ensure this is a bug in dev I downgraded to stable. All digest are sent but the frontend never come back with a 500.  
I have no glue, why this happens, but I checked

`Jobs::EnqueueDigestEmails.new.target_user_ids`

wich results in a list of user.ids in stable but an empty one in dev.

Are there some fields that should be unset or upgraded manually?

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [December 12, 2024, 3:52pm UTC](https://meta.discourse.org/t/issues-with-up-downgrade/342061/2 "2024-12-12T15:52:30Z")

</div>

You cannot safely downgrade because of the DB migrations. The only safe way to move to stable is to stop upgrading just before the next stable major version is released and switch over.

---

<div class="post-metadata">

### Author: ![Kosmo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kosmo/32/472668_2.png) [@Kosmo](https://meta.discourse.org/u/Kosmo)
#### Post date: [December 12, 2024, 4:03pm UTC](https://meta.discourse.org/t/issues-with-up-downgrade/342061/3 "2024-12-12T16:03:02Z")

</div>

yes - i did already and discourse is up again. But the issue remains. The dev version does not send digests, and I cannot debug it. Need a hint how to debug it in detail - the strange thing was that the digests where sent with stable …
