DBOps is a Database script toolkit designed to simplify database administration tasks through reusable, organized, and automation-ready SQL and PL/SQL scripts
This project aims to evolve into a multi-database DBA automation platform supporting Oracle, PostgreSQL, and MySQL
- Organize commonly used DBA scripts
- Standardize script structure and documentation
- Enable automation through shell and scheduler integration
- Prepare for future web-based execution and monitoring
- Expand to support multiple database systems
- Install the following tools:
go mod tidy
pnpm installpnpm devSome scripts require elevated privileges.
Always test scripts in non-production environments before executing in production systems.