Renew an expiring branch password
passwords & credentials
// what it does
Extends the TTL of an expiring password without changing the secret, so the app keeps its current connection string. Use it when a temporary credential turned out to be needed a bit longer.
// shell
$ pscale password renew mydb main <password-id>// gotcha
If you find yourself renewing the same "temporary" password monthly, it isn't temporary — mint a proper non-TTL credential and retire the workaround.