Muhammad Ibrahim 5b7e7216e8 fix: Improve Prisma migration execution with multiple fallback methods
- Add multiple fallback methods to run Prisma migrations
- Try npx first, then direct binary paths with chmod +x
- Add fallback to install Prisma if not found
- Apply same fixes to both update_instance and small management script
- Resolves 'Permission denied' error when running prisma migrate deploy

This ensures migrations work even when npx has permission issues
or when Prisma binaries need executable permissions.
2025-09-17 23:43:23 +01:00
2025-09-16 15:36:42 +01:00
2025-09-16 15:36:42 +01:00
Description
No description provided
GPL-3.0 281 MiB
Languages
JavaScript 86%
Shell 13.4%
CSS 0.2%
Dockerfile 0.2%
PLpgSQL 0.2%