Hello everyone,
Apologies in advance if this might have been answered previously. I searched both forum and manual, but I couldn’t find an answer specific to my question.
I will be running Orthanc as a container on a private EC2 Instance using the S3 plugin for storing the DICOM files.
I understand that the SQLite database index is stored “locally” on the server, or can alternatively be stored in a separate database, in which case it requires switching to PostgreSQL, MySQL or ODBC.
I’d like to stick to the built-in SQLite database index, but I’d like to decouple it from the EC2 instance itself.
Is it possible to “mount” it to an EBS volume or EFS file system?
Many thanks.