From c4e36f8882d300483d6d215d6b357b257758b35a Mon Sep 17 00:00:00 2001 From: Simon Isler Date: Tue, 7 Apr 2026 13:29:04 +0200 Subject: [PATCH] Add hint regarding Deploio Economy database --- ruby_on_rails/create_application_server_deploio.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruby_on_rails/create_application_server_deploio.md b/ruby_on_rails/create_application_server_deploio.md index 7b8168c7..1a20eeff 100644 --- a/ruby_on_rails/create_application_server_deploio.md +++ b/ruby_on_rails/create_application_server_deploio.md @@ -29,6 +29,9 @@ e.g. `renuo create-deploio-app my-app git@github.com:renuo/my-app.git` Please review the script before running it and execute only the commands you need and understand. In particular, you might need only one of the two environments if you decided to not use `develop`. +By default, we setup an Economy database. This comes with a storage capacity limitation of 10 GB. Upgrading to Business is currently not straight-forward (WIP). +If you think that the production database will soon reach the 10 GB, please consider using the Business tier. + **If you don't know what a command does: read the documentation and then execute it.** If you think that the script is outdated, please open a Pull Request on the [renuo-cli](https://github.com/renuo/renuo-cli) project.