
Because the documentation says you can migrate from 0.2 to 1.0 but not from 0.2 to 2.0, I had installed a working 1.3.3 version with functions. I attempted to install 1.4.5 and recall an http error. Went ahead and migrated. I updated the main to include the context param per the docs. When building the function from the CLI, I get
[Error] Message: Docker Error: Unable to find image 'openruntimes/dart:v2-2.19' locally
docker: Error response from daemon: manifest for openruntimes/dart:v2-2.19 not found: manifest unknown: manifest unknown.
See 'docker run --help'.
[Error] File: /usr/local/app/http.php
[Error] Line: 603
[Error] Type: Exception
[Error] Message: Runtime not ready. Error Msg: []
Error: No such container: appwrite-executor-myprojectname-652e32f3452cc185a558-build
[Error] File: /usr/local/app/http.php
[Error] Line: 319
At some point I ran docker pull openruntimes/dart-2.19
(not exact image name).
- Is there an exception to successfully upgrade from minor versions to major ones.
- I do have a backup of the 1.3.3 data. 3). Thanks for any pointers.

[Error] Message: Docker Error: Unable to find image 'openruntimes/dart:v2-2.19' locally

2.2.19 is not in the list of images

I don’t have 2.19 in the ENV for Functions. I have 2.18,3.0

You jumped from 1.3.3
to 1.4.5
?

At this moment I don't recall how I upgraded to 1.4.x. Yesterday I took my time and went 1.4.2 > 1.4.3 > 1.4.4, etc up to 1.4.7 (ran migrations too) I do recall deleting a non working function in the console. Then with the CLI, deploying it again.
Recommended threads
- custom requirements.txt file
How do I specify a custom requirements.txt file when creating a serverless function through the Appwrite console?
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
