• 10 Posts
  • 576 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle
  • I’ve made an update script that tries to run the migrations and index updates in one go.

    #!/bin/bash
    /usr/bin/php8.3 /cloud/updater/updater.phar --no-interaction --no-backup
    /usr/bin/php8.3 /cloud/occ maintenance:repair --include-expensive
    /usr/bin/php8.3 /cloud/occ db:add-missing-indices
    

    The updater itself is by far the slowest of the three commands. I think downloading the new version into a different folder and just moving apps and files over would be much quicker. But I haven’t had the time to look at potential errors with that method.





















  • To combat the ramble-y-ness of your posts you should try to add more paragraphs. That makes it easier for your readers to take a short pause while reading.

    For the topic at hand, I basically don’t play any multiplayer games precisely because it is too much work to keep up with the current meta. It seems to me that often enough what the game teaches you in the tutorial is not what you have to do in the real thing to succeed.

    Add to that that many people don’t even pay attention to the good things of tutorials and you get a horde of brainless people just doing the bare minimum to pass by.

    As to why they play ranked, at least to me ranked play comes with the promise of match making. That you get paired up with players of a similar skill. In theory that should give you a 50% win rate. I’d play ranked exactly so that I get lumped in with players who are as bad as me.