document/content/docs/self-host/upgrading/4-14/4140.en.mdx
Only required for commercial edition users who have used custom system tools.
From any terminal, send an HTTP request. Replace {{rootkey}} with the rootkey from your environment variables, and {{host}} with your FastGPT domain.
curl --location --request POST 'https://{{host}}/api/admin/initv4140' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
This will migrate existing system tools to the latest data table.
Starting from V4.14.0, the fastgpt-plugin image only provides the runtime environment and no longer comes with pre-installed system plugins. All FastGPT systems must manually install system plugins.
Important Notes
In addition to installation, you can also sort tools, set default installations, manage tags, and more.