feat: update Appwrite to v1.9.0 with MariaDB variant#767
Open
nxtgencat wants to merge 1 commit intoDokploy:canaryfrom
Open
feat: update Appwrite to v1.9.0 with MariaDB variant#767nxtgencat wants to merge 1 commit intoDokploy:canaryfrom
nxtgencat wants to merge 1 commit intoDokploy:canaryfrom
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
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?
New PR of Appwrite Template (v1.9.0 - MariaDB variant)
This PR updates the Appwrite template to version 1.9.0 and clarifies the database backend used.
Appwrite now supports multiple database backends (MariaDB and MongoDB).
This template continues to use MariaDB, which was already the default in previous versions.
The change ensures compatibility with the latest Appwrite release and removes any ambiguity about the selected variant.
Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
N/A
Screenshots or Videos
Greptile Summary
This PR updates the Appwrite blueprint from v1.8.0 to v1.9.0 (MariaDB variant), bumping all service images, adding the
_APP_DB_ADAPTERenv var across every worker, adding_APP_GRAPHQL_INTROSPECTION, removing the deprecatedappwrite-assistantservice, and updating companion images (console, browser, Redis).The
docker-compose.ymlandtemplate.tomlchanges look correct and consistent. However, two issues were found inmeta.json:"version": "1.8.0"instead of"1.9.0", violating the project rule that themeta.jsonversion must match the Docker image tag.meta.jsonwith no explanation. This appears unrelated to the Appwrite update and may be an accidental change that would remove Strapi from the template registry.Confidence Score: 2/5
Not safe to merge as-is — the meta.json version is stale and an unrelated template (Strapi) would be silently removed from the registry.
The docker-compose.yml and template.toml changes are well-structured and complete. The score is lowered because of two meta.json problems: a required version field mismatch (1.8.0 vs 1.9.0) that violates an explicit project convention, and an unexplained deletion of the Strapi template entry that has no relation to this PR's stated goal.
meta.json — version field needs updating to 1.9.0, and the Strapi deletion needs to be reverted or explicitly justified.
Comments Outside Diff (2)
meta.json, line 368 (link)The
versionfield inmeta.jsonstill shows1.8.0, but thedocker-compose.ymlimage tags have been updated to1.9.0. Per the project'sAGENTS.md, the version inmeta.jsonMUST match the Docker image version indocker-compose.yml.Context Used: AGENTS.md (source)
meta.json, line 5952-5970 (link)This PR removes the Strapi template entry from
meta.json, which has no connection to the Appwrite version bump. Could you clarify whether this removal is intentional? If it was accidentally included (e.g. from a merge conflict or local edit), it should be reverted so Strapi continues to appear in the template registry.Reviews (1): Last reviewed commit: "feat: update Appwrite to v1.9.0 with Mar..." | Re-trigger Greptile
(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used: