I was using open replay from a GCP VM instance, which was deployed using normal way, without extra disk, only 50gb disk mounted to the VM, we have multiple front ends getting used in system, for prod, staging, and test, as a result, the disk got filled, and unable to record the sessions, so I moved the session into a s3 storage, and updated config , by referencing the docs, and its a success, the sessions are now storing in gcp object storage, I want to move the existing sessions in my disk to moved to the object storage, I can see a lot of data in the /storage/nfs in my mounted disk, can any one guide me how to sort out those data, and move to gcp s3 storage, so I can play my existing sessions in the front end, now only the new sessions are recorded and played, existing ones are not played.
We don’t offer that in our CLI. So you you would have to make a script for that. I’d start by looking at minio CLI and see what options do they have to copy the content of the local bucket to a remote one (S3). Once it works, feel free to raise a PR for the rest of the community