Hello! Is it possible to upgrade from 1.3.8 to 1.4.13? If so, how? After the changes to 1.4.0 It is necessary to launch the integration, I know that. Is integration required from version 1.4.0 to version 1.4.13 or not?
Yes, you will need to run the upgrade command and then migrate
Integration? What integration do you mean?
That is, migration, not integration
You should upgrade from 1.3.8 to 1.4.13 and run the migrate command
Immediately from 1.3.8 to 1.4.13? I thought first I should update to 1.4.0
Yes, immediately is fine because it's latest patch (1.3.8) to the next minor (1.4) with the latest patch (1.4.13)
1.2.1 to 1.4.13 is not okay because it's skipping the 1.3 minor
updated successfully, but failed to create migration. Failed to create connection: php_network_getaddresses: getaddrinfo failed: Try again: getaddrinfo failed: try again
Try to recreate the stack:
docker compose down
docker compose up -d
Thank you very much: everything is completed successfully
[SOLVED] Update from 1.3.8 to 1.4.14
Recommended threads
- functions domain error
I cannot set up the domain for function Iβm trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?
- Python function - error while creating /...
I have been trying to figure it out myself for the last 2 days. I have self-hosted appwrite instance, and I am running python 3.12 function. It works great up t...