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
- Appwrite not sending Emails
I’m running a self-hosted Appwrite instance (v1.8.1) and I can’t get invite emails to send when using the team invite flow described in the docs: https://appwri...
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?