---
title: "Site Studio 6.9.2 - September 5, 2022"
date: "2022-09-05T14:19:12+00:00"
summary: "Discover key updates and bug fixes in Site Studio 6.9.2. Learn about new features and prepare for a smooth upgrade."
image:
type: "announcement"
url: "/drupal-starter-kits/add-ons/site-studio/release/2022-09-05/74111-site-studio-692-september-5-2022"
id: "0554f798-1290-4c74-ad8c-5f3bf57990a7"
---

Table of contents will be added

Last updated: 5th September 2022  
Released: 5th September 2022

Important

When upgrading your website to the latest version of Acquia Site Studio, database updates will be applied and therefore you can't roll back to the previous version of Acquia Site Studio once upgraded.  
  
It is recommended applying updates on your development environment and backing up your website including your database before upgrading Acquia Site Studio.

*   [Known Issues](#known-issues)
*   [Bug Fixes](#bug-fixes)
*   [Steps before upgrading](#steps-upgrading)

Known issues
------------

Site Studio is currently not compatible with PHP 8.1 until November 2022.

Bug fixes
---------

### Duplicate styles on same component

#### What is it?

Fixes a bug where the same styles or no styles were applied when the same type of component was placed on the page

#### What impact will there be?

All styles will now come through without any duplicate

#### What actions do I need to take?

`drush cohesion:rebuild`

#### Are there any risks I should be aware of?

None.

### Exported packages files store metadata in individual files

#### What is it?

Packages exported in new format no longer store all of exported file entity metadata in a single `sitestudio_package_files.json` file. Instead each file entity metadata is exported as individual file prefixed with `sitestudio_file_metadata` and using `.yml` extension.

#### What impact will there be?

All new package exports will no longer contain `sitestudio_package_files.json` file. Individual metadata files using filename format of `sitestudio_file_metadata.<uuid>.yml` will be exported instead.

Any packages that already use `sitestudio_package_files.json` will continue to work as before. If such package is exported, metadata from `sitestudio_package_files.json` will be split into individual files after this update.

#### What actions do I need to take?

Export your packages via Drush or Drupal UI and make sure to commit all of the additionally created metadata files, if git is used.

#### Are there any risks I should be aware of?

None.

Steps before upgrading
----------------------

As with any version of Acquia Cohesion, we recommend that you backup your websites database and code before upgrading the version of Acquia Cohesion. There are no other specific steps to carry out before upgrading to this version.

Upgrade
-------

It is recommended that you backup and upgrade your website on a development environment before applying to a production website. You can upgrade your version of Acquia Cohesion by following our [upgrade guide](/drupal-starter-kits/add-ons/site-studio/upgrading-site-studio "Upgrading Site Studio").