Top "Persistent-storage" questions

Persistent storage describes a mechanism that preserves the value of data over the lifetime of an executed script or program.

Volume mount when setting up Wordpress with docker

Quickstart: Compose and WordPress proposes the following docker-compose.yml version: '3.3' services: db: image: mysql:5.7 volumes: - dbdata:/var/…

wordpress docker docker-compose persistent-storage
Write Java objects to file

Is it possible to write objects in Java to a binary file? The objects I want to write would be 2 …

java file binary persistent-storage
How do I move a docker container's image to a persistent disk?

We have noticed that our containers are taking up a lot of space, one of the reasons for this is …

docker lxc persistent-storage linux-containers
persist value between two pages using javascript

i have a one html page in which i am storing few user selected values now and want to use …

javascript jquery html persistent-storage
Persisting values in JavaScript object across browser refresh

I have created a JavaScript object. var myObj = {}; Now as user plays-around with the application, we assign some values to …

javascript jquery html persistent-storage
How long does a Blob persist?

I'm trying to write a fail-safe program that uses the canvas to draw very large images (60 MB is probably the …

javascript blob persistent-storage
How to disable WAL journal mode

https://developer.apple.com/library/ios/releasenotes/DataManagement/WhatsNew_CoreData_iOS/ I am having trouble in disabling journal mode. My …

core-data ios7 pragma persistent-storage wal
HornetQ messages still remaining in queue after consuming using core api

I am new to HornetQ so please bear with me. Let me first tell you my requirements : I need a …

java producer-consumer hornetq persistent-storage queuing
Amazon ECS - Persistent data between instances

How would you best handle persistent data between instances with a load-balanced service in Amazon ECS? Data only containers will …

amazon-web-services amazon-ec2 persistent-storage amazon-ecs