I have recnetly upgraded my self-hosted server to 1.5.7 (from 1.4.9 through 1.4.14 as earlier suggested here)
Now in the web console, when i go to the Auth screen of project (any project, I have 6 of them)
I get the 500 server error screen, in my app, the I try to create an emailPasswordSession, the server returns 500.
please help.
Do you have run the migration command?
What was it's result?
What do you mean by having 6 of them?
I meant I have 6 projects on my server
ran it , it seemed ok, If i try to run it again, i get several
Tables not ready yet.
and then
Console is not ready yet. please try again later
ran docker compose up -d again, just to make sure, srill same error
What command/s did you have run?
for migration
docker compose exec appwrite migrate
looking around, Messeging menu of the project not working as well and the overview page, in the Image
Ok. Where did you have run the command?
The upgrade command should be run outside the appwrite folder. Do you have run it inside the folder?
the migration, in appwrite folder, the upgrades in the root (above it)
no, of course not
When you run the migration command you get tables not ready error?
in the 2nd time
in the first time it seemed ok, I cannot recall any error
What are the logs for docker compose logs mariadb?
before that please.
After the upgrade it seems like i didnt need to re-logon and it shown all the errors I mentioned
and I cannot log out.
When I try to log on from another browser, I cannot login I get error 500
Makes more sense, and means I am in deeper problem than I thought……
A question, assuming i have a recent backup, can I completely delete appwrite folder and install fresh new version?
Maybe I can install the “old”version I had before the upgrade, recover the data, and start over with the upgrade process
Recommended threads
- One org lost all data out of 13 org's af...
> https://<domain>/v1/storage/buckets?queries%5B0%5D=%7B%22method%22%3A%22limit%22%2C%22values%22%3A%5B6%5D%7D&queries%5B1%5D=%7B%22method%22%3A%22offset%22%2C%...
- database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will...
- deployment on every remote branch leads ...
Hi there, on my local appwrite instance it rebuilds my site on every deployment i make to github on every branch, even the main branch is set in the site settin...