vault backup: 2026-04-29 22:10:51

This commit is contained in:
Vadym Samoilenko 2026-04-29 22:10:51 +01:00
parent ecf6795bca
commit 2f0aad5985

View file

@ -569,3 +569,24 @@ tags: [daily]
- 22:02 | `video-accessibility`
- **Asked:** Developer pushed changes to server and rebuilt Docker API container on port 8010.
- **Done:** Git pulled latest code, stopped old API container, and redeployed with docker compose using production configuration.
- 22:05 | `video-accessibility`
- **Asked:** Create PR-7-Plan.md with detailed task breakdown including files, lines, and code for each security fix task.
- **Done:** Fixed relative imports in migration files by converting to absolute imports matching project pattern.
- 22:06 | `video-accessibility`
- **Asked:** Fix absolute imports in PR-7 migration files and deploy to production server.
- **Done:** Updated migration files and pushed changes; server ready to run migrations via docker compose.
- 22:06 | `video-accessibility`
- **Asked:** Create a complete development plan (PR-7-Plan.md) with exact files, line numbers, and code for each task.
- **Done:** Documented security fixes (MT-11/12/13) as highest priority with deployment steps using git pull and Docker migrations.
- 22:07 | `video-accessibility`
- **Asked:** Set up security reviewer and FastAPI expert skills with Docker configuration for API container.
- **Done:** Configured Docker build pipeline with ffmpeg installation in API container and verified cache layer efficiency.
- 22:08 | `video-accessibility`
- **Asked:** Should ffmpeg be removed from the main Dockerfile stages since it's only needed in Dockerfile.cloudrun?
- **Done:** Identified that ffmpeg is redundant in api and worker stages and should be removed after current build completes.
- 22:09 | `video-accessibility`
- **Asked:** Remove ffmpeg dependency from main Dockerfile stages since it's only needed in Dockerfile.cloudrun.
- **Done:** Removed ffmpeg from api and worker stages; next deployment will build smaller, faster images without it.
- 22:09 | `video-accessibility`
- **Asked:** How to resolve stale migration lock and optimize Docker build pipeline?
- **Done:** Cleared sentinel migration record from MongoDB and configured deploy script to build cleaner images without ffmpeg.