Hello, if one of our developers accidentally deleted a project on phoenix UI, is it something we can restore? does it also mean the data under this project? (out deployment of phoenix is "attached" to a dedicated postgres db)
No, once a project is deleted in Phoenix, it cannot be restored, and all associated data is permanently removed. This applies even if you are using a dedicated PostgreSQL database鈥攄eletion is irreversible and the project, along with its traces and data, cannot be recreated or recovered through the UI or API as of current Phoenix behavior. If you need to prevent accidental loss, consider implementing regular database backups at the PostgreSQL level, as recommended for production deployments, to allow for point-in-time recovery in case of accidental deletions. Would you like more detail on backup strategies or recovery options? Sources: - Slack confirmation: deleted projects cannot be recreated or restored - Phoenix production guide: enable database backups for disaster recovery
馃挕聽Hint: Mention RunLLM in the thread for followups.
Hi I have the same issue 馃ゲ
