chore(databases): update mongodb version, to patch latest cve#3386
Merged
Siumauricio merged 4 commits intoDokploy:canaryfrom Apr 4, 2026
Merged
chore(databases): update mongodb version, to patch latest cve#3386Siumauricio merged 4 commits intoDokploy:canaryfrom
Siumauricio merged 4 commits intoDokploy:canaryfrom
Conversation
Contributor
Author
|
I read wrong, and edited mariadb version not mongodb in schema files. Fixed |
|
there is no direct way to upgrade from 7x to 8.2. If there is any existing Database, it will fail and destroy the database |
Contributor
Author
|
Existing databases shouldn't be affected by that change, as I only changed default values for new deployments. This will provide safe way of creating new mongodb instances |
…migration - Introduced a new SQL script to set the default value for the "dockerImage" column in the "mongo" table. - Updated the journal to include the new migration entry for version 0160. - Added a snapshot file for version 7, detailing the schema for the "account" and "apikey" tables.
This file contains hidden or 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
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.
What is this PR about?
This pull request updates default Docker image versions for database services, ensuring consistency and using more recent versions where appropriate.
Database Docker image version updates:
mongo:7tomongo:8in thedockerImageDefaultPlaceholdermapping inadd-database.tsx.dockerImagefield tomariadb:8in themariadbschema, replacing the previous requirement for explicit specification.Checklist
Before submitting this PR, please make sure that:
canarybranch.