Don't use this. It's a work in progress that isn't ready yet.
Since we are using multidb, you need to create the databases in a non-standard ActiveReocrd way.
Run
./scripts/create_databases.shto create the databases../scripts/setup_databases.shto setup the databases../scripts/migrate_databases.shto apply migrations to the databases.
# Redis Databases
0 - West Redis Cache
1 - East Redis Cache
2 - Europe Redis Cache
3 - Sidekiq Redis
5 - ABUSEIPDB_REDIS_URL
6 - RACKATTACK_REDIS_URL
7 - Identifiers
8 - Rails cache (RAILS_CACHE_REDIS_URL)
# Bundle update
Run `bundle package --all-platforms` after.