-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fresh install 22.8.0 with imported configs from same version missing "Next" and "Previous" buttons #1668
Comments
Hm, that is rather odd. Can you confirm that all of your issues are correctly copied over? |
We didn't copy any events over - just configurations included in the backup json file. After some debugging here and there, I think the issues might be related to total issue count? Since it's supposed to show ## out of ### issues, so my guess would be one of those number is not present (the latter is more likely to be the case). |
Sorry I'm not sure I understand, you didn't copy over events, but you did copy issues? If you didn't restore redis than I think that would break things. |
Sorry for the confusion - we followed this guide https://develop.sentry.dev/self-hosted/backup/ and did the following
We didn't copy any issues over since we just wanted to migrate the configuration and let the events flow in. After we ran the new instance briefly and received a few hundred events then we noticed it was missing the previous and next buttons. We didn't restore redis :( Is there any way to fix that? |
Ah, so just to confirm, a quick backup was made that didn't import over the issues. The configuration is pretty much all that you cared about, and new events started coming in again. After receiving a good number of events, you discovered that you were unable to view all of them since the Am I understanding this correctly? Would you be able to take a quick screenshot? |
That's correct. As you can see - we have more than 1k issues, and the <> buttons are missing. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Self-Hosted Version
22.8.0
CPU Architecture
x86_64
Docker Version
20.10.16
Docker Compose Version
2.6
Steps to Reproduce
Fresh install 22.8.0 with imported configs from same version (22.8.0). The "Next" and "Previous" buttons (bottom right) are missing - we can only see the first page issues (we have over 1,000 issues if you wonder).
Indeed a very weird bug.
Expected Result
Buttons display correctly.
Actual Result
Missing "Next" and "Previous" buttons
The text was updated successfully, but these errors were encountered: