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
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...