Mauricio Siu
4a3fa6e63f
fix: reorder imports and clean up unused ones across various components
2026-05-08 18:45:44 -06:00
autofix-ci[bot]
fd2097ea23
[autofix.ci] apply automated fixes
2026-04-03 23:13:32 +00:00
Mauricio Siu
71de71fb8a
refactor(backups): standardize backup file naming using getBackupTimestamp utility
...
- Replaced inline timestamp generation with the new getBackupTimestamp function across various backup modules (compose, libsql, mariadb, mongo, mysql, postgres, web-server, and volume-backups).
- Improved code readability and maintainability by centralizing timestamp formatting logic.
2026-04-03 17:13:00 -06:00
Mauricio Siu
6192c08400
Merge branch 'canary' into Change-backup-file-naming-structure-#2955
2026-04-03 17:08:56 -06:00
autofix-ci[bot]
9b108480a8
[autofix.ci] apply automated fixes
2026-03-30 22:49:52 +00:00
Mauricio Siu
f9de42610c
Merge branch 'canary' into feat/notifications/dokploy-backup
2026-03-30 16:48:00 -06:00
Mauricio Siu
4bbb2ece49
feat(destinations): add additionalFlags field for destination settings
...
- Introduced an optional `additionalFlags` field in the destination schema to allow users to specify extra parameters.
- Updated the form in the dashboard to include a textarea for entering additional flags.
- Modified the API router to handle the new `additionalFlags` input when creating or updating destinations.
- Adjusted database schema to accommodate the new field in the destination table.
2026-03-29 08:39:27 -06:00
Mauricio Siu
401b177a4e
fix(backups): update backup file extension based on database type
...
- Changed the backup file name extension to use '.bson' for MongoDB and '.sql' for other database types, ensuring correct file formats for backups.
2026-03-24 13:17:03 -06:00
Mauricio Siu
88b56ca0a2
Merge branch 'canary' into 2731-wrong-extension-for-mongo-backup-file
2026-03-24 13:15:58 -06:00
autofix-ci[bot]
ffd7b80410
[autofix.ci] apply automated fixes
2026-03-20 06:42:40 +00:00
Mauricio Siu
bb56a0bae8
feat(libsql): add support for libsql database backups and restores
...
- Updated backup and restore functionalities to include support for the 'libsql' database type.
- Enhanced the backup process with new methods for running and restoring libsql backups.
- Modified existing components and schemas to accommodate libsql, including updates to the database type enumerations and backup schemas.
- Removed obsolete bottomless replication features from the libsql schema.
- Updated related UI components to reflect changes in backup handling for libsql.
2026-03-19 16:00:39 -06:00
Mauricio Siu
a2f142174b
fix: exclude volume-backups from web server backup rsync command
...
- Updated the rsync command in the runWebServerBackup function to exclude the 'volume-backups/' directory, ensuring that unnecessary data is not copied during the backup process.
2026-03-16 23:26:33 -06:00
Mauricio Siu
922b4d58f1
refactor: enhance backup functionality by incorporating appName and serviceName for S3 bucket paths
2026-03-07 23:32:41 -06:00
Mauricio Siu
a5a4a1a818
refactor: update backup file paths to include app name for better organization
2026-03-07 01:48:11 -06:00
Mauricio Siu
f1b2cc35b3
fix: update rsync command in web-server backup to exclude special files and devices
2026-03-04 21:21:46 -06:00
Mauricio Siu
f8628269b9
refactor: improve error handling and logging in cron job setup for backups and log cleanup
2026-02-26 21:04:16 -06:00
Mauricio Siu
110bdce38c
feat(schedules): replace hardcoded cron schedule with CLEANUP_CRON_JOB constant
...
- Updated the cron schedule for Docker cleanup tasks across multiple files to use the new CLEANUP_CRON_JOB constant.
- This change enhances maintainability by centralizing the cron schedule configuration, ensuring consistency across the application.
2026-02-07 22:58:21 -06:00
autofix-ci[bot]
b2be5bc09f
[autofix.ci] apply automated fixes
2025-12-21 07:33:59 +00:00
Mauricio Siu
babd30a110
refactor(settings): migrate user settings to webServerSettings schema and update related components
2025-12-21 01:33:18 -06:00
Abdenour Tadjer
9544b2ace3
fix(backups): optional chaining for logCleanupCron
2025-12-10 09:36:17 +01:00
Mauricio Siu
97bd4de4f1
fix(backups): enhance admin check to ensure user existence
...
- Updated the admin verification logic to check for both admin presence and user existence before proceeding with backup initialization.
2025-12-09 17:06:57 -06:00
Mauricio Siu
18d12d1a6f
Merge branch 'canary' into feature/add-custom-webhook-notification-provider
2025-12-07 13:23:59 -06:00
фырат ёздэн
ba9c2ef369
Merge branch 'canary' into fix/docker-cleanup-clears-away-all-unused-residue
2025-12-07 00:08:59 +03:00
Mauricio Siu
7873af1c39
fix: update S3 credentials formatting in backup utility
2025-12-06 12:24:47 -06:00
fir4tozden
fbd095334c
fix: renames
2025-12-01 00:58:02 +03:00
autofix-ci[bot]
e3832eff07
[autofix.ci] apply automated fixes
2025-11-30 21:50:25 +00:00
fir4tozden
25b7069e31
feat: docker cleanups stable
2025-12-01 00:50:02 +03:00
autofix-ci[bot]
d6704dbd27
[autofix.ci] apply automated fixes
2025-11-04 10:38:15 +00:00
HarikrishnanD
dcdbed047b
fix: change backup file naming to Windows-compatible format
2025-11-04 16:06:01 +05:30
ChristoferMendes
0c24507872
chore: run format-and-lint:fix
2025-11-03 09:44:14 -03:00
WalidDevIO
91a385c302
feat[notifications]: Add dokployBackup notification type support
...
This commit adds support for the dokployBackup notification type across all relevant services and schemas.
2025-10-27 22:43:45 +01:00
Michał Kowal
e726bf31f6
Fix +n backup keep functionality
2025-10-05 13:02:00 -06:00
Michał Kowal
b715e21236
Remove .sql for mongo backup file name
2025-10-03 17:54:31 -06:00
Yigit SAHIN
c9715b19a3
feat(backups): make mariadb backups non-blocking closes #2443
2025-09-10 11:27:22 +03:00
Mauricio Siu
1ce15da7ce
feat: add validation to prevent use of 'production' as environment name in creation and update operations, enhancing error handling in environment management
2025-09-05 01:14:44 -06:00
Mauricio Siu
be9e19e708
refactor: enhance project and environment handling across components and services by replacing projectId with environmentId, improving context clarity and authorization checks
2025-09-01 23:10:37 -06:00
Mauricio Siu
774365c68e
Refactor and update various components in the Dokploy application, enhancing functionality and fixing minor issues across multiple pages and features, including dashboard, settings, and API integrations.
2025-08-16 20:18:08 -06:00
Mauricio Siu
1300a6242c
fix(backups): change backup file extension from .dump.gz to .sql.gz for consistency
2025-08-02 18:40:40 -06:00
Mauricio Siu
830feabd70
Merge pull request #2072 from dscamargo/feat/database-name-database-backup-notification
...
feat: add database name in database backup notification
2025-06-26 23:55:57 -06:00
Mauricio Siu
c05edb313f
fix(backups): enhance database type handling in compose backup process
...
- Added a new function to determine the database type based on the backup configuration.
- Updated notifications to use the correct database type instead of a hardcoded value.
2025-06-26 23:32:18 -06:00
autofix-ci[bot]
bc79074441
[autofix.ci] apply automated fixes
2025-06-27 03:13:41 +00:00
Douglas Camargo
499022a328
feat: add database name in database backup notification
2025-06-23 22:35:40 -03:00
Mauricio Siu
a788a73fa3
feat(database): set default value for logCleanupCron and update existing records
...
- Added SQL script to set default value for "logCleanupCron" in "user_temp" table.
- Updated existing records with NULL "logCleanupCron" to the new default value.
- Updated user schema to reflect the default value for "logCleanupCron".
- Enhanced log cleanup functionality with error handling and logging.
2025-06-19 23:32:49 -06:00
Mauricio Siu
629889f1a8
refactor: reorganize imports and enhance backup functionality across various components
2025-05-28 00:38:53 -06:00
Mauricio Siu
9c73b8dc36
feat: add pino and pino-pretty for logging, implement logger utility
2025-05-26 01:45:14 -06:00
Mauricio Siu
cbf9aef0df
fix: remove console log for rsync command in web server backup
2025-05-18 02:18:05 -06:00
Mauricio Siu
e2befc24a5
fix: update rsync command in web server backup to remove verbose flag
2025-05-18 02:17:41 -06:00
Mauricio Siu
425061e481
refactor: improve cleanup process in web server backup utility to handle errors during temporary directory removal
2025-05-17 00:20:54 -06:00
Mauricio Siu
64a2c9e0a1
refactor: update database backup process in web server utility to use temporary file in container
2025-05-17 00:13:43 -06:00
Mauricio Siu
1fcb1f2c5e
fix: update Docker command filter for service name in backup utility
2025-05-10 01:43:57 -06:00