Changing password to a Database

I am using a postgres database, and I would like to change password dokploy uses (for backups, url visibility and such), how would I do that ? The field is not editable
2 Replies
Mautrix (Scimmia Enorme)
After scanning Dokploys source code I realized that: - Password cant be changed - It doesnt matter as far as the backups are concerned as it is not used for doing them (https://github.com/Dokploy/dokploy/blob/canary/packages/server/src/utils/backups/postgres.ts#L43)
Henrik
Henrik3mo ago
Postgres yes, MySQL needs the password

Did you find this page helpful?