i have project A and project B both have own storageA and storageB
and somehow after server got stuck/hang (after i set files per page to 96) the storageB is gone, and is displaying storageA from project A
how do i recover my storageB?
additional note, when i try to create another bucket in project B, "network request failed" error is displayed
not only the bucket storage, all the databases is having the same issue, help!!!
Is this self hosted?
From your GitHub issue (https://github.com/appwrite/appwrite/issues/7200), it looks like you're self-hosting
What version of mariadb do you have?
yes, self hosted. one thing i forgot to add that might be crucial as information is i use NPM (nginx proxy manager) for all my containers, including this one
2023-11-24 12:20:25 0 [Note] mysqld: ready for connections., Version: '10.7.8-MariaDB-1:10.7.8+maria~ubu2004' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary
Anything in the docker logs of the appwrite container?
here is the 2 of em
Are you still seeing these errors?
no, after upgrading to 1.4.9, i removed and recreated my NPM entry for appwrite, and it solves itself, i think it might be network related after all.
[SOLVED] Storage swapped over to other project
Recommended threads
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...
- Appwrite migration stuck on pending
Migration an existing self hosted 1.9.0 to a new VPS tuning self hosted 1.9.0.. import data recognises the api url, project id and api and then when I create, i...