🏠 TinyStacks Home Page

August 15th, 2022

🆕 New Features

Redis support. TinyStacks now supports adding Redis to each stage in your stack. For more details, see our Databases documentation.

Multi-database support. After a stage’s initial launch, you can now add additional databases to a stage. For example, if you added a PostgreSQL database at launch, you can add a Redis instance as well. You can add one of each type of the data stores that TinyStacks currently supports to a stage. More details are available on our Databases page.

🐞 Bug fixes & improvements

July 25th, 2022

🆕 New Features

Untitled

Customers who have build.yml and release.yml files in their TinyStacks-enabled repositories can check these new files in to pick up the changes. Customers who are using one of our supported frameworks (i.e., not hosting their own Dockerfile in their repos) will get this new functionality with their next deployment.

Enabling a read replica adds two new runtime environment variables to your container PG_READER_HOST and PG_READER_PORT (for PostgreSQL databases) and MYSQL_READER_HOST and MYSQL_READER_PORT (for MySQL databases).

Untitled

🐞 Bug fixes & improvements