Migrating Data from EC2 to S3 in Orthanc Docker Setup

Hi,
I have an old Orthanc server running on an EC2 instance with Windows OS. Previously, I stored data directly on the server. Now, I’ve set up a new Orthanc server using Docker and I’m storing data in an AWS S3 bucket. I need to synchronize the old data from the EC2 server to the new server’s S3 bucket. I used the AWS CLI tool to sync the data, but the files aren’t visible in Orthanc. It seems I need to index the files, but I’m unsure how to do this in my Docker container. Can you assist me with indexing the files so that I can access them?

Hi,

You should turn on both servers and follow instructions Replication and upgrade — Orthanc Book documentation here to synchronize files.