#Need help with creating function in Appwrite 1.6.0
9 messages · Page 1 of 1 (latest)
Did you have a previous version of Appwrite? If so, what version? And did you run the migrate command after upgrading?
Thank for your response!
I didn't upgraded, it is a fresh install of Appwrite 1.6.0. I'm deleting everything in my docker and try again, if something changes I'll share here.
Is there something that can share to help??
What's the output of docker volume inspect appwrite_appwrite-mariadb?
After deleting everything from docker and downloading again, it works as intended. Thanks!
Hello teams,
I hope you're ding well,
I had the same probleme:
- I was on appwrite 1.5.11 and cli 5.0.5
- then I updraded to appwrite console 1.6.0 | CLI 6.0.0
I solved the probmlem like this:
- stoped all appwrite container
- redoing the upgrade
- excuting the migration commad
And the problem solved !
if the problem is not solved use this command: docker compose up -d --build --force-recreate