Is docker hub image of postgres the latest? Should versions match?
Latest image on docker hub for app is 50.5 ; but the DB image is .43.5 - is this intentional i.e is it just a coincidence that the versions were near the same number and are now out of sync?
I ask because i need to upgrade to 50.5 but dont want to break things unecessarily.
1 Reply
As stated on the docs, 0.43 is the last version of custom DB implementation. After that you can use regular
postgres:16
image.
https://twenty.com/developers/section/self-hosting/upgrade-guide#v0.42.0-to-v0.43.0