Selfhosted. Updated v1.5.7 => v1.5.8 by replacing all "1.5.7" values in docker compose file with "1.5.8".
Docker compose file for this server is pretty vanilla except for mariadb and redis. Mariadb and redis are not run on the same server but on two separate ones.
I ran docker compose exec appwrite migrate after updating and then the error - as you can see in the image - appears. There are no other errors in the appwrite, mariadb or redis container.
I did the upgrade on my staging server so I'm fine. Any clue why this would happen? Is it because I run redis on a different server?
EDIT: Everything runs fine and so I did not encounter any noticable bugs so far.