Will be attempting to fix some issues. If theyre still there after this maintenance I’ll be doing another round tomorrow or on the weekend around the same time slot since there’s less activity then

  • AtegonOPMA
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    6 hours ago

    Sites back up

    Got a lot of information about what it actually causing the issues which should help me automate some fixes for tomorrow + the weekend

    There likely will be some more downtime tomorrow if I have time (if not itll be on saturday)

    The issue is essentially a chain of issues with one needing to be fixed before I can fix the others. Some tables have duplicates entries which is preventing reindexing (since the indexes are broken). First one im going to try to fix is the post table.

    I did some changes to remove a duplicate community to test which is https://programming.dev/c/[email protected] and ive managed to make it merged and now comments will show if you sort by comments in the community. Posts however still aren’t showing up due to the posts table having the issue with duplicates as well. (fixing posts first so I can set all of the posts to the correct community in an automated way later for the communities)