mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-03-31 06:24:02 -04:00
[PR #21] 🔧 feat(casaos-update-database-password): Add script to update database password #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/21
Author: @dragonfire1119
Created: 11/15/2024
Status: 🔄 Open
Base:
master← Head:casaos-update-database-password📝 Commits (3)
d15f1cb🔧 feat(casaos-update-database-password): Add script to update database password16d315a✨ feat(casaos-update-database-password): Remove .env file updatef5bc70a✨ feat(casaos-update-database-password): Update README to remove📊 Changes
2 files changed (+171 additions, -0 deletions)
View changed files
➕
casaos-update-database-password/README.md(+16 -0)➕
casaos-update-database-password/run.sh(+155 -0)📄 Description
This is a work in progress
This pull request adds a new script
run.shthat allows users to update the database password for their CasaOS application. The script supports both PostgreSQL and MySQL/MariaDB databases, and it provides instructions for updating the password in thedocker-compose.ymlfile.The key features of this script include:
docker-compose.ymlfile using the user's preferred editor (nano or vim)casaos-clitoolThis script aims to simplify the process of updating the database password for CasaOS users, making it more accessible and user-friendly.
Summary by CodeRabbit
New Features
Documentation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.