Deploying the NCP Package
Installation Steps:
Extract the package
Change the directory and start the installer
NCP supports SSL certificate integration
Select "y" if you want to integrate your own SSL certificate:
**Replace the Private key & certificate path to the correct location
Select "n" if you wish to use a self-signed certificate included in the NCP package:
Enable the Backup Feature
When prompted during the installation,
answer "y" to enable the DB backup feature.
answer "n" to skip the DB backup feature.
Select Backup Location
Local Backup:
When prompted, enter "local" as the backup location.
Specify the backup directory (by default, NCP creates a
./backup
directory):Example:
Enter the backup directory: ./backup
Remote Backup:
When prompted, enter "remote" as the backup location.
Provide the required remote details:
Remote Machine IP: e.g.,
10.0.0.1
Remote Machine Username: e.g.,
admin
Remote Machine Password: (entered securely)
Remote Backup Directory: e.g.,
~/backups
Configure Backup File Retention
The system defaults to storing 1 backup for both local and remote locations.
You can modify the number of backup files to retain during installation. The acceptable range is between 1 and 3.
Note: When you exceed the maximum number, the oldest backup will be automatically removed to accommodate the new backup.
Set the Backup Interval
Specify the backup interval in seconds at the prompt.
The default interval is 86400 seconds (equivalent to 1 day), but it can be adjusted to suit your needs (minimum value is 3600 seconds).
Enable the Backup Feature certificate-based authentication
Enable Authentication
When prompted during the installation,
answer "y" to enable Authentication.
answer "n" to skip Authentication.
Provide Certificate Files
If you chose "y", you’ll need to provide:
ca-cert.pem
server-cert.pem
server-key.pem
client-cert.pem
client-key.pem
Auto-Discovery Certificates
Additional prompt for:
ca-cert-reg.pem
(used for agent registration)You may be asked to re-enter the same or new cert/key files.
Wait for the installation to complete
Verify the installation
Last updated
Was this helpful?