Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.62 KB

v8_MIGRATION_GUIDE.md

File metadata and controls

44 lines (30 loc) · 1.62 KB

V8 Migration Guide

Guide to migrating from 7.x to 8.x

General

Node 18 or newer is required

Node 18 LTS and newer LTS releases are supported.

Management Resources

Resource Change Description
emailProvider delete operation Delete operation is deprecated on auth0 4.x
migrations removed support Not supported on auth0 4.x

Note: Other resources from 7.x are not affected and no changes are required.

emailProvider :

The delete operation on the emailProvider resource will disable the email provider instead of deleting it. This is because the email provider deletion operation is not supported on auth0 4.x. User can disable the email provider by email provider setting the enabled property to false from the configuration file.

emailProvider:
  # other properties
  enabled: false

Rest of the operations on emailProvider resource will work the same as 7.x.

migrations :

The migrations resource is not supported on auth0 4.x. It's recommended to remove the migrations resource from the configuration file. If it's not removed, the deploy CLI will ignore the migrations resource for operations.