uselagoon / build-deploy-tool

Tool to generate build resources
4 stars 6 forks source link

fix: postgres-single backup command use correct variables #296

Closed shreddedbacon closed 7 months ago

shreddedbacon commented 8 months ago

Just a quick fix identified through general testing.

The previous backup command for postgres-single used a username and password derived from the service name, which is not correct. Only the port can be derived this way due to enableServiceLinks which creates the port from the service name. The other variables are defined within the lagoon provided base images.