Rank 3: Container
i uninstalled, reinstalled, opened console and all the data was gone, ran the migrate still the same issue
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 3: Container
i uninstalled, reinstalled, opened console and all the data was gone, ran the migrate still the same issue
what do you mean you uninstalled?
Rank 3: Container
Rank 3: Container
i already took the backup n stuff so didn't bother with the data
Rank 3: Container
ran the upgrade command again, still the same issue, now i might reinstall the entire server lol
Rank 3: Container
@Steven the docker-compose.yml in the docs is still using 1.4.0, where do i get the 1.4.1 one without using the docker cli?
what? you can run the install command and use 1.4.1 as the image
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.4.1
Rank 3: Container
what if i need to change the other properties in the .env before it creates the database and stuff.
like what?
You can do docker compose down -v update. then docker compose up -d
Rank 3: Container
the database password and stuff
Rank 3: Container
also setting the storage to an s3 provider
Rank 3: Container
okay i will give it a try
Rank 3: Container
Did a fresh installation, i dont have to run migrate or anything right? to test its all ok? i dont want to find out its bugged out after the next release comes out.
Rank 3: Container
Fresh Install and still the same logs @Steven .
Rank 3: Container
Is it even safe to move forward with 1.4.1
im not seeing it on a fresh 1.4.1 either so it's really bizarre you are
Rank 3: Container
i literally reinstalled the os in the server, installed docker, ran the command you gave, edited the env file.
Rank 3: Container
Rank 3: Container
Rank 3: Container
Rank 3: Container
Cleared Cloudflare cache and Browser cache. the The requested route was not found. Please refer to the API docs and try again. error seems to been resolved ig.
hmm...you have cloudflare proxy in front of appwrite? Anything else?
Rank 3: Container
nothing else, just cloudflare
would you please try turning off cloudflare proxy?
Rank 3: Container
i think its a cache issue, clearing the cache doesnt show the errors anymore, i will test it more and see if its not related to cache