
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
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
- Console Login after upgrade
Hi, running a small instance self hosted, upgraded from 1.6.0 to 1.74 this morning before spotting the migration guide... When trying to login to the console n...
