# Probleem met postrevisies na update naar 2.8.6 stable of 2.9.0.beta7

**URL:** https://meta.discourse.org/t/problem-with-post-revisions-after-updating-to-2-8-6-stable-or-2-9-0-beta7/232885
**Category:** Bug
**Created:** [14 juli 2022 om 15:34 UTC](https://meta.discourse.org/t/problem-with-post-revisions-after-updating-to-2-8-6-stable-or-2-9-0-beta7/232885 "2022-07-14T15:34:21Z")
**Posts on this page:** 1
**Showing post:** 33

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [14 september 2022 om 23:24 UTC](https://meta.discourse.org/t/problem-with-post-revisions-after-updating-to-2-8-6-stable-or-2-9-0-beta7/232885/33 "2022-09-14T23:24:06Z")

</div>

Ah, if you did `./launcher enter app`, it’ll make you `root`. It seems like you’ll need to switch to the `discourse` user to get Database access. This should do it:

```plaintext
sudo -EH -u discourse bin/rake "revisions:debug_deserialization"

```

The kind of output we’re looking for is

```plaintext
Checking 5 PostRevision records in batches of 1000... this may take some time...

Done

---- Summary ----
Checked records: 5

---- Examples ----

```

(although obviously, if there are issues then the “Examples” section will not be empty)

---

_[View the full topic](https://meta.discourse.org/t/problem-with-post-revisions-after-updating-to-2-8-6-stable-or-2-9-0-beta7/232885)._
