Only major versions
Where does it say major versions?
Seems he doesn't have the updated version. I checked it and it got updated
Sorry, Vincent for disturbing you
A note about migration At present, we support migrations only to the immediately higher versions, i.e from 0.6.x to 0.7.x and 0.7.x to 0.8.x and so on.
This line
That's it, I think that means you can't go from 0.7 to 1.0
But It means that I can go from 1.3.x to 1.4.3 ? Right ?
Nope
If you're in 1.3.1, you will need to go through 1.3.2,.3,.4,.5...
I successfully installed the 1.3.8 version and then 1.4.4, but again when i tried to migrate, same error; here are the full logs :
Not what the Update page say.
Immediately after versions. The first example seems not to specify intermediate, but second one yes.
No need to go to every patch. Just the latest patch
Did you run the migrate command after upgrading to 1.3.8?
Did you restore from backup?
Yes and even if it was successful, it keeps me warning :
Migrating Collection projects: 1 / 1 Failed to update document: Invalid document structure: Unknown attribute: "database"
To be honest I just wanted to test the last functionalities and will make a new clean install. To be fair, we will probably end with a cloud based solution in production.
It looks like I'm the only one to have issues, so I guess it has something to do with my config;
You would get this output if you ran the migrate command on 1.4 🧐 either that or if you had already ran the 1.4 and then tried to run the 1.3 one
This is how things are supposed to work
😅
We
Just break migrations too often
Thank you guys. I made a brand new clean install. I have a function that can recreate the buckets and collections I need. I will stick to the cloud version the very first day it quit the beta stage;
Yep, i think I made a mess...
Recommended threads
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...