Rank 2: Process
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' locallydocker: 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: 319At 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.