docs/docs/en/solution/ticket-system/installation.md
The current version uses backup and restoration for deployment. In future versions, we may switch to incremental migration to facilitate the integration of the solution into your existing systems.
The Backup Manager plugin is now open-source: The "Backup Manager" plugin needed to restore the solution is now open-source and available to all editions (including the Community Edition). We recommend restoring directly via this plugin.
Before you begin, please ensure:
Important Notes:
docker-compose.yml file and ensure the DB_UNDERSCORED environment variable is not set to true, otherwise it will conflict with the solution backup and cause restoration failure.This method uses the built-in "Backup Manager" plugin for one-click restoration, which is the simplest operation. This plugin is now open-source and available to all editions (including the Community Edition).
Step 1: [Strongly Recommended] Start the application using the full image
To avoid restoration failures due to missing database clients, we strongly recommend using the full version of the Docker image. It includes all necessary supporting programs, eliminating the need for additional configuration.
Example command to pull the image:
docker pull nocobase/nocobase:beta-full
Then use this image to start your NocoBase service.
Note: If you do not use the
fullimage, you may need to manually install thepg_dumpdatabase client inside the container, which is cumbersome and unstable.
Step 2: Enable the "Backup Manager" plugin
Plugin Management.Backup Manager plugin.Step 3: Restore from local backup file
System Management -> Backup Manager in the left menu.Restore from local backup button in the upper right corner.Submit and wait for the system to complete the restoration. This process may take from several seconds to a few minutes.schema name must be consistent.Last updated: 2026-03-24