Commit graph

9 commits

Author SHA1 Message Date
duthink
e41569e459 Add ERPNext Backup System Documentation and Scripts
- Created README.md for comprehensive ERPNext backup system setup and management.
- Implemented backup-to-s3.sh script for automated backups to Digital Ocean Spaces.
- Added compose.backup-s3.yaml for Docker Compose configuration of backup services.
- Developed manage-backups.sh script for managing backup processes and configurations.
2025-11-20 17:31:22 +05:30
duthink
1348b68849 fix: update README.md to reflect ERPNext and Frappe version upgrades to v15.88.1, enhance system requirements, and improve deployment instructions 2025-11-20 17:25:48 +05:30
duthink
2abebcde0a docs: Add comprehensive guide for building custom ERPNext images for production 2025-11-19 00:11:27 +05:30
duthink
4c860c6a26 fix: update README.md to clarify backup restoration process and improve instructions for data recovery 2025-11-16 13:13:13 +05:30
duthink
341ef2ae7a fix: update README.md to reflect changes in backup script options, enhance custom apps section, and improve overall structure 2025-11-15 17:14:03 +05:30
duthink
69e3654be7 fix: enhance backup-site.sh with improved error handling, new options for backup management, and detailed usage instructions 2025-11-15 17:13:43 +05:30
duthink
d09023ceea fix: enhance logs.sh to support tailing logs with options and improve usage instructions 2025-11-15 17:13:29 +05:30
duthink
3fe0c483f3 fix: update script permissions to make them executable 2025-11-13 15:46:32 +05:30
duthink
f167e83bda Add production environment configuration and deployment scripts for ERPNext
- Created example environment files for MariaDB and production settings.
- Implemented backup script for ERPNext sites with options for file inclusion, compression, and encryption.
- Developed site creation script to streamline ERPNext site setup with admin password handling.
- Added deployment script to manage the deployment of ERPNext, MariaDB, and Traefik services.
- Introduced log viewing script for monitoring ERPNext services.
- Implemented stop script to manage stopping of ERPNext and its dependencies.
- Added validation script to check environment configuration for common issues and security best practices.
2025-11-13 15:32:30 +05:30