Update on Phoenix Persistence and Volume Mounts Solutions
Hey Kurt T. we're currently actively working on persistence and volume mounts for the self-hosted instances of Phoenix. Should have a concrete solution for you in the relatively near future. As a stop-gap solution you can download the telemetry data from the phoenix instance via the client (https://docs.arize.com/phoenix/api/client). The TraceDataset you export can always be used to visualize in phoenix again via px.launch_app(trace=<your trace dataset> . So if you remember to download your traces before rolling your phoenix instance, you won't lose any data (these datasets can be saved to disc) Thanks for checking out the project!
