# ThemeWare® in the database

In this article you will find out where Shopware 6 stores the theme configuration in the database.

{% hint style="info" %}
**Note**: This article is intended for professionals and experts. If you are not absolutely sure, we will be happy to support you: [ThemeWare® Services at a glance](https://service.themeware.design/en/service)
{% endhint %}

***

The configured values of the themes are saved in Shopware 6 in the database table "**theme**" (2) in the column "**config\_values**" (4) for each theme or theme duplicate separately.

![](https://1979975522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F178YilsPBIFHBAxTvcMo%2Fuploads%2Fgit-blob-a7e71ce4ac3315f244486f72afe71d952ec8503d%2Fplugin--adminer-themes.png?alt=media) ![](https://1979975522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F178YilsPBIFHBAxTvcMo%2Fuploads%2Fgit-blob-ca3aaed15501c8159519f32ba983545eaa8512b7%2Fplugin--adminer-config-values.png?alt=media)

However, this column does not contain the complete set of configuration values, but only those that differ from the default configuration in the column "base\_config".

{% hint style="warning" %}
**Important:** In the Shopware 6 Cloud currently is no possibility to reach the configuration via the database.
{% endhint %}

#### Examples of applications

You can save the content of the column "**config\_values**" (4) and/or transfer it to another theme, to a theme duplicate in the same table or even to other Shopware installations.

{% hint style="success" %}
**Tip**: For a quick access to the database we gladly use the extension [Adminer for the Admin](https://knowledge.themeware.design/knowledge-base/profi-knowledge/editing-the-database-with-the-adminer) from Friends of Shopware.
{% endhint %}

> ### Backup for safety
>
> Manual editing of the database is suitable for experienced users who are familiar with the database. Get help if this does not apply to you.

{% hint style="danger" %}
**Attention**: Make sure you create a backup of your database before you make any changes here!
{% endhint %}
