dokploy/apps
krokodaws eff2657e70 fix: resolve incorrect endpoints for database bulk actions (#1626)
Update bulk action endpoints for database services:
- Use `/api/trpc/redis.start` and `/api/trpc/redis.stop` for Redis
- Use `/api/trpc/postgres.start` and `/api/trpc/postgres.stop` for PostgreSQL
- Retain `/api/trpc/compose.start` and `/api/trpc/compose.stop` for Docker Compose services

Tested with a project including Gitea, Redis, and PostgreSQL. Bulk start/stop operations now function correctly for all service types.

Closes #1626
2025-04-04 19:21:30 +03:00
..
api Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
dokploy fix: resolve incorrect endpoints for database bulk actions (#1626) 2025-04-04 19:21:30 +03:00
monitoring Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
schedules feat(backups): improve backup retention across different database types 2025-03-09 11:54:36 -06:00