You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ruby_on_rails/create_application_server_deploio.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ e.g. `renuo create-deploio-app my-app git@github.com:renuo/my-app.git`
29
29
Please review the script before running it and execute only the commands you need and understand.
30
30
In particular, you might need only one of the two environments if you decided to not use `develop`.
31
31
32
+
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).
33
+
If you think that the production database will soon reach the 10 GB, please consider using the Business tier.
34
+
32
35
**If you don't know what a command does: read the documentation and then execute it.**
33
36
34
37
If you think that the script is outdated, please open a Pull Request on the [renuo-cli](https://github.com/renuo/renuo-cli) project.
0 commit comments