1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-31 01:16:01 +02:00

chore: typos in migration-guide

This commit is contained in:
Ivar Conradi Østhus 2021-04-13 09:21:53 +02:00
parent 469e87a923
commit c86a29622d
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -7,7 +7,9 @@ Generally, the intention is that `unleash-server` should always provide support
## Upgrading from v3.x to v4.x
(Work In Process!)
(**Work In Progress**: Will be finalized when we release the official v4 version).
Before you upgrade we strongly recommends that you take a full [database backup](/database_backup), to make sure you can downgrade to version 3.
### 1. Role-based Access Control (RBAC)
@ -34,7 +36,7 @@ req.session.user = user;
Only relevant if you use the `enableLegacyRoutes` option.
Im v2 you could query feature toggles on `/api/features`. This was deprecated in v4 and we introduced two different endpoints (`/api/admin/features` and `/api/client/features`) to be able to optimize performance and security. In v3 you could still enable the legacy routes via the `enableLegacyRoutes` option. This was removed in v4.
In v2 you could query feature toggles on `/api/features`. This was deprecated in v4 and we introduced two different endpoints (`/api/admin/features` and `/api/client/features`) to be able to optimize performance and security. In v3 you could still enable the legacy routes via the `enableLegacyRoutes` option. This was removed in v4.
## Upgrading from v2.x to v3.x