refactor: allow setting mariadb/postgres specific root credentials in site config by akhilnarang [frappe] PR#28636
From: https://github.com/frappe/frappe/pull/28636
Date: 2024-12-02 13:30:49+05:30
- fix(installer): don't set defaults for
frappe.flags.root_username - refactor: allow setting mariadb/postgres specific root credentials in site config
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28636
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28636
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease