This website requires JavaScript.
Explore
Help
Sign In
Dokploy
/
dokploy
Watch
1
Star
0
Fork
0
You've already forked dokploy
mirror of
https://github.com/Dokploy/dokploy.git
synced
2026-07-12 09:25:24 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
77d7dc1f2233442962f095ed59507489a0a33f32
dokploy
/
apps
/
dokploy
/
components
/
dashboard
/
database
/
backups
History
Mauricio Siu
77d7dc1f22
Enhance backup functionality by adding support for compose backups in various components. Update ShowBackups to clarify backup update requirements, modify initCronJobs to include compose backups, and improve logging for backup scheduling. Additionally, ensure that the scheduleBackup function retains the latest backups for compose types and document the addition of domains and backups in the Docker compose process.
2025-04-27 23:09:39 -06:00
..
add-backup.tsx
Refactor backup components to utilize a unified DatabaseType type. Update AddBackup and UpdateBackup components to handle database type selection for compose backups. Enhance UI to allow users to select database types dynamically. Update backup schema to include databaseType field for better metadata management.
2025-04-27 23:00:26 -06:00
restore-backup.tsx
Enhance backup functionality by introducing support for compose backups. Update backup schema to include serviceName and backupType fields. Modify related components to handle new backup types and integrate service selection for compose backups. Update API routes and database schema accordingly.
2025-04-27 20:17:49 -06:00
show-backups.tsx
Enhance backup functionality by adding support for compose backups in various components. Update ShowBackups to clarify backup update requirements, modify initCronJobs to include compose backups, and improve logging for backup scheduling. Additionally, ensure that the scheduleBackup function retains the latest backups for compose types and document the addition of domains and backups in the Docker compose process.
2025-04-27 23:09:39 -06:00
update-backup.tsx
Update UpdateBackup component to enforce DatabaseType casting for backup databaseType. Modify backups schema to allow optional metadata field, enhancing flexibility for various database types.
2025-04-27 23:06:38 -06:00