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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...