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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! Iβm seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...