every single time I run my application. Using Spring Boot and Docker Compose on Arch Linux. What I've tried:
• Rebooting
• Checking the connection string
• Checking database availability
• Checking my docker compose configuration
• Downgrading the kernel then rebooting
• Upgrading the kernel then rebooting
• Cleaning up docker (containers, images, volumes ....) then rebooting
• Restarting docker
Also, I use Spring Boot 2.7.1, PostgreSQL 15beta2-bullseye, Docker 20.10.17 and Docker Compose 2.6.1
😶 1
i
itzik kasovitch
07/23/2022, 12:47 PM
did you try to turn on the debug level logging for Hikari? It might show some hints.