Persistent storage
in progress
Ian Matyssik
It would be great to have an option to have either shareable within app storage/volume, or at least dedicated permanent volume that we can attache to the service to be used during runtime for permanent data.
Log In
David Lechevalier
Merged in a post:
Persistent storage
Bryan Algutria
Hello!
I've created a starter organization, and a volume of 2GB, in the region "was". Now, I want to init a service to deploy a Go/Docker app attaching the volume to store my info in a SQLite DB, however, when I run the init command, I get the following error:
the Koyeb API returned an error 400: persistent storage is disabled for your organization
I'm trying to run the following command:
$ koyeb app init cortico --instance-type medium --region was --git github.com/My_GH_USERNAME/cortico --git-builder docker --git-branch main --volumes database:/my_path_here --ports 8080:http --routes /:8080 --env "DATABASE_URL=/my_path_here"
I'm not sure how to enable persistent storage for that service. Could you please help me?
Thanks!
David Lechevalier
We are launching the technical preview of Volumes! You can now use Volumes to persist data between deployments, restarts, and even when services are paused. We're gradually onboarding users to ensure the best experience for everyone. To access Volumes, join the preview.
THS
Is there an ETA available on this?
F
Faczb
Xxx f
David Lechevalier
in progress
lactshipnomaskin
Specailly, hope support for Docker volumes
Yann Léger
planned
Yann Léger
under review
Kevin Bird
This would be really nice for the use-case I currently have.