Hello Jay,
below my notes when I solved the same issue few years ago.
The problem is DB, we're using RDS now.
Might need some adjustments or might not, please check the actual docs.
- dump db from container
- restore DB to RDS
- make sure you get correct encryption key from current installation
- check all DB’s user - new host must be allowed - added new users retool_user@hosts
- Check connectivity between eks and RDS
- just deploy in any convenient way retool to k8s - manually, helm etc and set all env variable
- check logs - no errors at all presented.
https://docs.retool.com/docs/git-syncing#how-to-cycle-the-deploy-key
https://docs.retool.com/docs/configuring-retools-storage-database#2-migrating-the-data-to-an-external-hosted-database-eg-rds
Encryption key is very important caveat - do not miss it.
Have a fun ![]()