Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removes support for split arch on dg3 #4297

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ Dedicated Gen 3 gives you both the high availability of Dedicated Gen 2 and the
| **Resources allocation** | Resources deployed on the 3 nodes | Resources deployed on the 3 nodes |
| **MySQL Replication** | Yes: 3 services nodes cluster | Yes: 3 services nodes cluster |
| **Redis Replication** | Yes: 3 services nodes cluster | Yes: 3 services nodes cluster |
| **Split Architecture** | Yes | Yes |
| **VPN** | AWS PrivateLink | AWS PrivateLink |
| **Split Architecture** | Yes | No |
| **VPN** | AWS/Azure PrivateLink | AWS/Azure PrivateLink |
| **Automated backup** | Yes | Yes |
| **Elasticsearch premium** | Yes | Yes |
| **SFTP password access** | Yes | Yes |
Expand Down Expand Up @@ -161,4 +161,3 @@ In addition to SSH accounts, you can create SFTP accounts with a custom user/pas
On Dedicated Gen 3 projects, SFTP access cannot be limited to a specific directory. Instead, access is given to the whole application directory and its mounts. However, write access is restricted to the mounts declared in your YAML config files. SSH public key based authentication is also supported on the SFTP account.

{{< /note >}}

Loading