Commit Graph

7 Commits

Author SHA1 Message Date
4454ea3b7e Enhance backup system with comprehensive scripts and documentation
Database Backup Scripts:
- Add db-dump--standalone.sh for online database dumps (no downtime)
- Add db-restore-from-dump--standalone.sh for restoring from dumps
- Rename backup scripts with double-dash convention for clarity
- Add comprehensive header comments to all backup/restore scripts
- Document online vs offline, standalone vs swarm deployment types
- Add KEEP variable default (7) to dump script for rotation

Docker Configuration:
- Add mongo-backup volume mount to docker-compose-standalone.yaml
- Add mongo-backup volume mount to docker-compose-debug.yml
- Add container names to debug compose for consistency with standalone

Documentation:
- Add comprehensive Database Backup & Restore section to README.md
- Document all backup scripts with usage examples
- Document automated cron schedule (04:00 daily)
- Sunday: Full volume backup (KEEP=2, offline)
- Monday-Saturday: Database dumps (KEEP=7, online)
- Document backup directories and log file locations

Git Configuration:
- Add mongo-backup/ to .gitignore
- Fix missing newline at end of .gitignore

File Cleanup:
- Remove db-scheduled-backup.sh (superseded by cron jobs)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 11:11:17 +01:00
819d0de481 MongoDB: in dev env configured the same initial admin pass 2025-11-25 13:58:56 +01:00
Knee Cola
7dc3048dbc simplifying service names 2025-11-24 22:31:19 +01:00
Knee Cola
7cefe54eb0 security: configured secure mongo pass 2025-11-24 22:17:39 +01:00
37ab7a15cb monogo verzija u dev okruženju usklađena sa prod env 2024-12-14 09:55:26 +01:00
c58f8f3765 dev compose: renamed mongo volume 2024-01-10 20:50:23 +01:00
bdf81a3c5b defined compose file for deploy 2024-01-10 09:58:59 +01:00