It looks like it kept OOMing when it boots and tries to apply the AOF log.
526:M 30 Jul 2021 15:20:50.427 * RDB memory usage when created 562.40 Mb
526:M 30 Jul 2021 15:20:50.427 * RDB has an AOF tail
526:M 30 Jul 2021 15:20:52.547 * Reading the remaining AOF tail...
[ 3.433183] Out of memory: Killed process 526 (redis-server) total-vm:1234408kB, anon-rss:937376kB, file-rss:0kB, shmem-rss:0kB, UID:0 pgtables:2100kB oom_score_adj:0
Killed
I temporarily bumped it to 2GB of memory and it started fine. If you want to keep it at 2gb, run fly scale vm shared-cpu-1x --memory 2048, if you want to drop it back down to 1gb, you’ll likely need to clear some data out first.