Skip to content

Conversation

@stripsior
Copy link

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:

  • Updated the default Docker image placeholder for MongoDB from mongo:7 to mongo:8 in the dockerImageDefaultPlaceholder mapping in add-database.tsx.
  • Set the default value for the dockerImage field to mariadb:8 in the mariadb schema, replacing the previous requirement for explicit specification.

Checklist

Before submitting this PR, please make sure that:

@stripsior stripsior requested a review from Siumauricio as a code owner January 3, 2026 14:31
@stripsior
Copy link
Author

I read wrong, and edited mariadb version not mongodb in schema files. Fixed

@gOOvER
Copy link

gOOvER commented Jan 4, 2026

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

@stripsior
Copy link
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants