Database Reference
In-Depth Information
Understanding the Dynos
A dyno is a single virtualization in a Unix container. This container contains the slug of
your application created during the deploy and you can add more dynos at anytime for scal-
ing your application. The dyno does not persist changes in the filesystem and does not con-
tain a database. To save files, you need to use a shared service such as Amazon AWS S3
(Simple Storage Service), and use the data store's add-ons such as Heroku Postgres,
ClearDB MySQL Database, MongoLab (MongoDB), Redis Cloud, GrapheneDB, or others
to share a database data between your dynos. You can see all the available data stores' add-
ons at https://addons.heroku.com/#data-stores .
Heroku Dynos
Search WWH ::




Custom Search