I am migrating an application from Docker Compose to Clawcloud Run. The application uses SQLite, and all data is stored in the ./data
folder on the host machine, which is mounted into the container at /app/data
. I would like to deploy this application on Clawcloud Run while preserving the existing data. However, when creating the application via the App Launchpad, I couldn't find an option to upload or restore the existing SQLite data to the persistent volume mounted at /app/data
.
Could you please advise:
- How and where should I upload the existing local
./data
contents to be used by the application? - Is there a recommended process for migrating volume data like this?
Thank you for your assistance.