I looked into the manual install docs issue for Appwrite 1.9.0 and wanted to share the findings, since this seems to need a bigger docs decision.
What I found:
- the current manual install files in
static/install/composeandstatic/install/envare MariaDB-based - Appwrite 1.9.0 installer output is not just a version bump; it changes structurally depending on the selected database engine
- I tested the installer with MongoDB selected and the generated
docker-compose.ymland.envwere significantly different from the current docs files - differences included:
- MongoDB service instead of MariaDB
- different
depends_onstructure - updated image versions
- additional/different env vars such as
_APP_DB_ADAPTER
- I ran the generated MongoDB-based files locally with
docker compose up -dand confirmed the app loaded successfully athttp://localhost - I also captured screenshots/recordings of the generated files and successful local run
Based on this, it seems the docs may need to support both MongoDB and MariaDB, rather than relying on a single static compose/env pair.
Wanted to ask the team:
- should the manual install docs provide separate files for MongoDB and MariaDB?
- or should the docs move toward telling users to generate the files through the installer flow instead?
Happy to share the screenshots/findings if useful.
Hey <@743532656767270934> i didn't got any updates ๐ i raised a support ticket as you said and shared my findings
please wait till working days ๐
ohhkk sry to disturb ๐
Recommended threads
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...