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

D11 now available during site creation #9241

Merged
merged 8 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion source/content/guides/getstarted/06-addsite.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To create a CMS site:

If you select Drupal, you will have the option to select the Drupal version you want to use.

![Select Drupal version](../../../images/create-new-site-cms-drupal.png)
![Select Drupal version](../../../images/create-new-site-cms-drupal-11.png)

1. Enter the name and select a region for this site. If this site is to be part of a Professional Workspace, select a Workspace from **Choose a Workspace for the Site**. Click **Continue**. It can take several minutes to create a new site on Pantheon.

Expand Down
5 changes: 1 addition & 4 deletions source/content/partials/dashboard-site-creation-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ reviewed: ""

If you select Drupal, you will have the option to select the Drupal version you want to use.

![Select Drupal version](../../images/create-new-site-cms-drupal.png)
![Select Drupal version](../../images/create-new-site-cms-drupal-11.png)

1. Enter the following information and click **Continue**:
- Sitename
Expand All @@ -42,6 +42,3 @@ reviewed: ""
![Site creation completed](../../images/create-site-done.png)

You've now created the core portion of your Dev environment; now you have to install the CMS.



5 changes: 2 additions & 3 deletions source/content/supported-drupal.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@ The following table indicates availability of the specified Drupal version, as w

| Drupal Version | Available | Recommended | Supported |
| ----------- | :---------: | :---------: | :---------: |
| 11 | ⚠️ <Popover title="Drupal 11 Availability" content="See the <a href='#drupal-11-on-pantheon'>following section</a> for how to set up Drupal 11 on Pantheon today." /> | <span style="color:green">✔</span> | <span style="color:green">✔</span>
| 11 | <span style="color:green">✔</span> | <span style="color:green">✔</span> | <span style="color:green">✔</span>
| 10 | <span style="color:green">✔</span> | <span style="color:green">✔</span> | <span style="color:green">✔</span> |
| 9 | <span style="color:green">✔</span> | <span style="color:green">✔</span> | <span style="color:green">✔</span> |
rachelwhitton marked this conversation as resolved.
Show resolved Hide resolved
| 8 | <span style="color:green">✔</span> | ❌ | <span style="color:green">✔</span> |
| 7 | <span style="color:green">✔</span> | ❌ | <span style="color:green">✔</span> |
| 6 | ❌ | ❌ | ❌ |

## Drupal 11 on Pantheon
Drupal 11 is not yet an option when creating a new site. It will be added to the Pantheon dashboard in the coming weeks. However, Drupal 11 has been tested and works on Pantheon environments.
Refer to [Create a New CMS Site](/add-site-dashboard) for how to create a new Drupal 11 site from the Pantheon dashboard.

If you already have a Drupal 10 site on Pantheon, you can upgrade your existing site to [Drupal 11 via Composer](https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/how-to-upgrade-from-drupal-10-to-drupal-11).

To create a new Drupal 11 site on Pantheon, first you have to [create a new Drupal 10 site](/add-site-dashboard) and then [upgrade to Drupal 11 via Composer](https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/how-to-upgrade-from-drupal-10-to-drupal-11).

## Drush Version Support

Expand Down
Binary file added source/images/create-new-site-cms-drupal-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/create-new-site-cms-drupal.png
Binary file not shown.
10 changes: 10 additions & 0 deletions source/releasenotes/2024-10-03-drupal-11-site-creation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Drupal 11 site creation from the Pantheon dashboard now available"
published_date: "2024-10-03"
categories: [user-interface, drupal]
---
Drupal 11 is now available as an option when creating a new Drupal site on Pantheon. Previously, in order to create a new Drupal 11 site you had to first create a Drupal 10 site and then manually upgrade to Drupal 11 via Composer.

![Drupal site creation from the Pantheon dashboard](../images/create-new-site-cms-drupal-11.png)

See [related documentation](/add-site-dashboard) for how to create new CMS sites on Pantheon.
Loading