AidsMcGheeOriginal post
Rank 3: Container
Using this backup and restore procedure.. my restored instance does not work. My project cannot be found even though it's in the console...
https://gist.github.com/stnguyen90/fee636ff652b8ecbf761935b2aa254fb
Summary
The problem is that a project with a requested ID cannot be found even though it exists in the console. The suggested solution is to use the command `docker exec -it appwrite-redis redis-cli flushall` to fix the issue. However, it is recommended to add this command to the script. Additionally, the user mentions that a backup and restore procedure did not work for them.