The migration to 1.2.0 is struggling. The Redis connection can’t initialize to an AWS Elasticache with this version (or a greater).
The 1.2.0 integrate the Redis cluster management, maybe it has other integrations which could crash the connections as my redis isn’t deployed as a cluster.
What is the error message (if any)?
The logs are blocked to those.
Loading config overwrites [ '/n8n-config/config.json' ]
UserSettings were generated and saved to: /home/node/.n8n/config
2023-09-05T08:01:02.763Z | debug | Lazy Loading credentials and nodes from n8n-nodes-base "{\n credentials: 345,\n nodes: 433,\n file: 'DirectoryLoader.js',\n function: 'loadAll'\n}"
2023-09-05T08:01:02.869Z | debug | Initialising Redis client of type subscriber connection with host: my-redis-master.default.svc.cluster.local and port: 6379 "{ file: 'RedisServiceHelper.js', function: 'getRedisStandardClient' }"
The landing page is only prompting : n8n is starting up. Please wait
Deployment in local isn’t blocking, only productions on AWS are.
Also, if removing scaling (redis) n8n can start.
I’m currently using redis in v6.2. I was waiting few hours without any success …
My env var isn’t changing between those 2 versions, i’m not sure where to look at …