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
55f64ebca5
chore: add Serena AI assistant entries to .gitignore
...
Add .serena/ directory and *.serena-memory files to prevent
tracking of AI assistant configuration and memory files.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-08-29 22:17:55 +02:00
dda78da815
backup: write backups to backups/ and rotate (keep 7), gitignore backups/
2025-08-24 08:13:57 +00:00
8c46cd5e47
gitignore: ignore mongo-volume backup tarballs
2025-08-24 08:10:52 +00:00
c58f8f3765
dev compose: renamed mongo volume
2024-01-10 20:50:23 +01:00
52d4c35c2e
implemented login
2024-01-06 10:50:27 +01:00
3583de3f9e
kreiran docker-compose koji pokreće mongodb
2024-01-04 11:31:55 +01:00
c0b7458bf7
initial import
2023-12-27 15:45:49 +01:00