
Installation is not upgraded and remains at 1.4.1 Did you download the new version? If I'm not wrong, installing the new version would update all
appwrite/appwrite
containers to 1.4.2

Yes, the migrate pulls down the latest docker images

As I test I did a completely fresh install of 1.4.1, and then tried to migrate that to 1.4.2 - got the same error

Error migrate 1.4.1 => 1.4.2 -"Failed to create project ("console")

Can you show the output of docker ps | grep appwrite
?

It's weird because I moved from 1.3.8 to 1.4.2 with absolutely no issues with this guide: https://appwrite.io/docs/upgrade

Can you aslo run docker compose exec appwrite doctor
?



Maybe disk space?

Could be a possibility, but that still doesn't make sense because the error is Collection not found

Nah storage shows you have almost 30GB free. Couldn't be it.

Are you able to login to appwrite and use it?

yes, seems operational

docker logs appwrite-mariadb
can you check this?

Seems ok

Okay can you try to migrate to 1.4.2 once again, and see if there's a log in appwrite-mariadb
for connection refused or something?

Just to make sure once again, you ran the "upgrade" script before the migrate script right?

docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="upgrade" \
appwrite/appwrite:1.4.2
This one

I did another migrate right before the maria dump, so no connection refused

The migrate command in the announcement didnt mention mapping volumes, so will try that

That worked. The instructions for minor upgrade (which is what I was doing as it was 1.4.1 to 1.4.2) should be removed/ amended - https://appwrite.io/docs/upgrade#migration

Wait I'm a little lost. What exactly did you do to fix the issue?

As for your point of minor upgrades, idk if it helps: https://discord.com/channels/564160730845151244/636818236310159360/1149518208135610368

There are 2 steps:
Recommended threads
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
- Console Login after upgrade
Hi, running a small instance self hosted, upgraded from 1.6.0 to 1.74 this morning before spotting the migration guide... When trying to login to the console n...
