I have troubles with login to appwrite console after updating to 1.7.4 from 1.6.1
- 0
- Self Hosted
Oh
appwrite container logs
Then you're screwded I think
Copy and paste here the logs, it's difficult to read them
[Error] URL: /v1/account/sessions/email [Error] Type: Appwrite\Extend\Exception [Error] Message: Unknown resource type [Error] File: /usr/src/code/app/controllers/general.php [Error] Line: 761 [Error] Timestamp: 2025-05-26T16:12:02+00:00 [Error] Method: GET [Error] URL: /v1/account [Error] Type: Appwrite\Extend\Exception [Error] Message: Unknown resource type [Error] File: /usr/src/code/app/controllers/general.php [Error] Line: 761 [Error] Timestamp: 2025-05-26T16:12:03+00:00 [Error] Method: POST [Error] URL: /v1/account/sessions/email [Error] Type: Appwrite\Extend\Exception [Error] Message: Unknown resource type [Error] File: /usr/src/code/app/controllers/general.php [Error] Line: 761 [Error] Timestamp: 2025-05-26T16:15:00+00:00 [Error] Method: GET [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents [Error] Type: Appwrite\Extend\Exception [Error] Message: Unknown resource type [Error] File: /usr/src/code/app/controllers/general.php [Error] Line: 761
Did you have some version prior to 1.6.2 installed?
the server is fairly new, I don't think so. I'm not sure what exactly 1.6.2 was there, but 1.6.n is for sure.
And you ran migrations after upgrading to 1.6.2?
I had 1.6.2 for a couple of months, then installed 1.7.2 and migrated the project to it as in the manual
or maybe i had 1.6.1 for couple of month
I don't remember exactly.
The manual shows you should perform backups. That was not clear? π
Well, I'm asking in order to edit it and set it to something better as I'm seeing many people upgrading and not performing backups π¬ (you're not alone unfortunately)
Well, that could be the issue
I've had too many positive experiences with major updates before, I've been using appwrite for a couple of years. I was relaxed...
Which cannot be solved?...
It can, but probably it's not easy
Can you tell me where to look please? It would be a pity to lose everything
docker-compose down docker-compose rm -f docker rmi appwrite/appwrite:1.7 docker-compose up -d
Can I try it?
NO
That will delete everything permanently!
You need to enter into the DB and modify things but I have no idea cc @Steven
Well, sorry, the DB isn't deleted but the issue is not with the containers but with the DB and deleting it will delete everything
@Nevets Can you check what are the logs for the database? the container name is appwrite-mariadb
ok
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...