> For the complete documentation index, see [llms.txt](https://docs.feedbacky.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feedbacky.net/reference/upgrading-to-0.2.0.md).

# Upgrading to 0.2.0

Legacy guide for upgrading an older Feedbacky version.

{% hint style="info" %} <mark style="color:blue;">**Legacy**</mark>

This section is intended to provide support for those who are upgrading older Feedbacky instances and can be skipped for new installations (1.0.0-RC.0 and up).
{% endhint %}

## Notes

### Added

<mark style="color:green;">**+**</mark> A new variable was added and must be present in your `.env` file in order for Feedbacky to work;

{% hint style="info" %}
If you don't plan to use SendGrid as a mail provider there is no need to modify these values, just add them to your configuration file.
{% endhint %}

{% tabs %}
{% tab title="MAIL\_SENDGRID\_API\_KEY" %}
**Type**: `string`

Replace the `apiKey` value with your actual key.

```
MAIL_SENDGRID_API_KEY=apiKey
```

{% endtab %}

{% tab title="MAIL\_SENDGRID\_API\_BASE\_URL" %}
**Type**: `string`

Replace the `baseUrl` value with the appropriate URL.

```
MAIL_SENDGRID_API_BASE_URL=baseUrl
```

{% endtab %}
{% endtabs %}

<mark style="color:green;">**+**</mark> Roadmaps were added in this version but Hibernate will auto magically include it in database.

<mark style="color:green;">**+**</mark> Migrator will migrate every user automatically to enable mail preferences for a new Mail Notifications feature.

### **Changed**

<mark style="color:orange;">**!**</mark> If you use Mailgun as your mail provider, you must edit an existing variable in your `.env` file;

{% tabs %}
{% tab title="MAIL\_MAILGUN\_API\_BASE\_URL" %}
**Type**: `string`

Add `/messages` at the end of the end of your Mailgun base URL, as this portion is no longer handled by code.

```
MAIL_MAILGUN_API_BASE_URL=https://api.mailgun.net/<version>/<domain>/messages
```

{% endtab %}
{% endtabs %}

## Changelog
