
TypeScript
❯ docker compose -f appwrite.yml --env-file appwrite.env exec appwrite migrate
Migrated 1/3 projects...
Failed to update project ("abc") version with error: Utopia\DSN\DSN::__construct(): Argument #1 ($dsn) must be of type string, null given, called in /usr/src/code/app/cli.php on line 103
TypeScript
❯ docker logs appwrite-task-maintenance
Appwrite maintenance process v1 has started
[2024-06-01 16:42:39.720] Notifying workers with maintenance tasks every 86400 seconds
Filter not found
TL;DR
Developers are facing an issue with a migration from version 1.3 to 1.5 of the application. The migration is failing due to an error related to the project version update with a DSN argument issue. Additionally, the maintenance process is encountering a "Filter not found" error. To resolve the migration error, ensure that the DSN argument is correctly defined as a string in the specified location.Recommended threads
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
- Issue - Migration From Cloud > Self Host...
Hi team, I’m trying to migrate a few of my Appwrite projects from the cloud to a self-hosted instance. These projects are currently in “archive mode” due to th...
- 404 error when navigating to the team fr...
the version i m running is `1.7.4` as far as i can tell everything is working fine except for this weird bug in the video. when monitoring the appwrite and app...
