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
A customer came to support in ticket 12375700351032 asking if when you scale a production app horizontally, does the new containers will add data to the same DB or not.
Adding a small part about the fact that when adding containers to an app, the new containers connect automatically to the same DB as the other ones already working in that application here could be beneficial for users.
The text was updated successfully, but these errors were encountered:
EtienneM
changed the title
Add more information about scaling horizontally aytomatically connects containers to the DBs
Add more information about scaling horizontally automatically connects containers to the DBs
Jan 21, 2025
I'm not sure I understand the purpose of this issue. When one scale an application, all containers have the same environment. Hence they all connect to the same database. Otherwise it would make it impossible to have a good high availability of the application with multiple web containers.
Hence I don't think it's really relevant to add more information. What kind of information did you want to add here?
A customer came to support in ticket 12375700351032 asking if when you scale a production app horizontally, does the new containers will add data to the same DB or not.
We do not answer that question in our documentation here: https://doc.scalingo.com/platform/app/scaling
Adding a small part about the fact that when adding containers to an app, the new containers connect automatically to the same DB as the other ones already working in that application here could be beneficial for users.
The text was updated successfully, but these errors were encountered: