
I am trying to migrate my current appwrite instance to a new VPS. I have followed the official guide to backup and restore it and it seemed to work (I am able to login), but when I try to navigate to the database, auth, functions etc of a project, I get a 500 error. I have looked at the logs and found the following error:
[Error] Method: GET
[Error] URL: /v1/project/usage
[Error] Type: PDOException
[Error] Message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'pingCount' in 'SET'
[Error] File: @swoole/library/core/Database/PDOStatementProxy.php
[Error] Line: 49
[Error] Timestamp: 2025-09-30T16:48:07+00:00
[Error] Method: GET
[Error] URL: /v1/users
[Error] Type: PDOException
[Error] Message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'pingCount' in 'SET'
[Error] File: @swoole/library/core/Database/PDOStatementProxy.php
[Error] Line: 49```
Although it seems to not be necessary, I tried running the migration command but no luck.
The appwrite version I am using in the live server is the same I am using in the new VPS (1.7.4) and I have copied the same docker-compose and .env files from the production server, just changing the domain.
Does any one have any idea of what could be wrong? This **pingCount ** was [added](https://github.com/appwrite/appwrite/pull/8761/files) in version 1.6.x so I dunno why it says it is missing.
Recommended threads
- Dont throw error
In my webhook handler I am verifying the if webhook is duplicated or not since stripe sends events more than once sometimes. but if row not found in db appwrit...
- sdk-for-apple v.10.2.0 produces errors
I am trying to get the Apple SDK v10.2.0 to work on my tvOS project. I previously used v6.0.0 but decided to update. When I update the dependencies, the build f...
- magic link auth does not create email ta...
i'm signing up / in users via magic auth link (which works nicely), the user is created in the auth in appwrite without flaws but no email target is created. i ...
