2.0.0-rc.1Pre-release
Added 12
- Console completely rebuilt with new navigation model, redesigned resource views, and built-in terminal
- PostgreSQL support as the default database
- Embeddings API for generating text embeddings
- Usage service for self-hosted instances with resource-scoped metrics
- Console notifications
- Gitea and Origin VCS providers support
- Sites build on the orchestrator backend with framework detection from config files
- Custom MFA challenge factor
- Gravatar and OAuth2 avatar support
- Realtime event tail for live console events
- Geo service
- New health check endpoint
From Appwrite
First release candidate for self-hosted 2.0.0. Pre-release — not recommended for production.
Highlights
- A completely rebuilt console. The web interface has been rewritten from the ground up, with a new navigation model, redesigned resource views and a built-in terminal.
- PostgreSQL is now supported, and is the default database. MariaDB and MongoDB remain available.
- Embeddings API for generating text embeddings.
- Usage service for self-hosted instances, with resource-scoped metrics.
- Notifications in the console.
- Gitea and Origin VCS providers, alongside GitHub, GitLab and Bitbucket.
- Sites build on the orchestrator backend, with framework detection from config files.
- Custom MFA challenge factor, plus gravatar and OAuth2 avatar support.
- Realtime event tail for live console events.
- Geo service and a new health check endpoint.
Try it
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:2.0.0-rc.1
Upgrading from 1.9.x uses the same command with --entrypoint="upgrade". Back up your data first.
Please report anything you hit. Upgrade paths from 1.9.x on MariaDB and MongoDB are the most useful to exercise.