Hey there, so I archivef a project on 1st September 2025 and now I need the data from one of its collections. Any way I can retrieve it?
is there a way to:
- archive a currently active project
- unarchive this one
- get the data I need
- archive this one back
- unarchive the active project
Cc @Steven
isn't it read only? What issue are you having accessing it?
- It doesnt appear in project list in the console
- If i go to the project details through the url (like console.appwrite.io/console/project-projectname) it works, but then i go to databases tab and if i remember correctly it gives 405: this project is archived
I just came home ill give the screenshot in a bit
<@462046107556511744>?
<@462046107556511744> tried appwrite CLI too, didn't work either:
appwrite pull
(node:6444) Warning: Accessing non-existent property 'success' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
? Which resources would you like to pull? Collections (Databases)
ℹ Info: Fetching collections ...
ℹ Info: For detailed error pass the --verbose or --report flag
✗ Error: Project is archived and cannot be modified. Please contact the organization admin for details.
Can you look at the network logs and see what request resulted in this error?
which one?
<@462046107556511744>
also, <@462046107556511744> if you dont mind me asking whats ur timezone?
I guess it's that tablesDB one
US pacific
okay lemme see
Can you use the CLI to pull collections?
tried, didnt work
Do you have an API key to pull the data?
gave same 402
What exactly did you run?
no i dont think so
appwrite pull then selected database from the list
can you try appwrite pull collections?
Recommended threads
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...