4. Backup After Plugin V2.4 Upgrade
Full Backup (4.1)
Organize Backup Files for Plugin Node V2.4 (4.2)
Transferring the Backup Directory to Your Local PC (4.3)
4.1 Full Backup
Run the following commands to perform a FULL backup. As per the usage above this backups up both the conf files & the db.
cd ~/pluginV2.4Install/ && ./_plinode_backup.sh -full
4.2 Organize Backup Files for Plugin Node V2.4
After a successful upgrade to Plugin Node 2.4, create a directory named originals/pluginV2.4 within the /plinode_backups/ directory and copy the relevant files from that moment into it.
4.3 Transferring the Backup Directory to Your Local PC
To complete the upgrade, transfer the /plinode_backups/ directory from your server to your local PC. This ensures that all important data is safely stored.
Using an SFTP Client (Turmius Example)
Open Turmius and connect to your server via SFTP.
Navigate to the /plinode_backups/ directory on the server.
Download the entire directory to your PC (e.g., C:\Users\YourName\plinode_backups).
If prompted, select "Merge" to avoid overwriting existing files.
The following screenshot shows how to download the backup directory using Turmius:
And the node is successfully migrated into Plugin V2.4
Last updated