-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.0.0-beta.381 #4598
Open
andrasbacsai
wants to merge
277
commits into
main
Choose a base branch
from
next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
v4.0.0-beta.381 #4598
+59,905
−2,867
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The service was called `radarr` instead of `fileflows`
Fix typo in fileflows.yaml
This reverts commit 382acad.
API was returning 500 instead of 404 due to attempting to load environments for a non-existent project
when $useBuildServer is set, $application->settings model does not yet exist. This change ensures the models exist before accessing them.
- use the new removeOldBackups function - only call removeOldBackups function when the backup is completed and also only if the backup is successful
- fix: Delete folder and parent folder if folders are empty when deleting local backups. - fix: Do not remove executions from DB until both S3 and local backups have been deleted and successfully processed otherwise backups will never be deleted from s3. - fix: Server ID could be null
- feat: add storage retention to local storage as well - fix: UI input for max storage now allows exact decimals so MB input is now also possible - fix: Database column is now decimal instead of integer - fix: variable naming of storage check no longer overwrites $backup - renamed it to $backupExecution
fix/feat: Improves Cloning
Feat: Improve backup retention (for database backups)
Add nodebb service
Add calibre-web service
Add actual-budget and rallly service
feat: template for Gotenberg, a Docker-powered stateless API for PDF files
fix: gotenberg template healthcheck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
is_coolify_host
to the server API responses.coolify.resourceName
,coolify.serviceName
,coolify.projectName
,coolify.environementName
removeOldBackups
function in theDatabaseBackupJob.php
if the backup is completed and successful, this caused problems before/environment/{environment_uuid}
instead of the environment name -Undefined variable $fs_path
error on file mounts for databasesSQLSTATE[42703]: Undefined column: 7 ERROR: column "additional_servers_count" of relation "applications" does not exist
additional_servers_count
,additional_networks_count
) loaded by global scope to prevent errorsid
,created_at
andupdated_at
) from replicate as that caused issuesserver_id
to the DB as well, otherwise it will be cloned on the same server.false
.true
, now they are generated againapplication_settings
table as well0
now means unlimited retention (so a value is now required for retention).number_of_backups_locally
todatabase_backup_retention_amount_locally
New Services
Issues
Backup all databases
in coolify #3919