Skip to content

Manual Update

1. Uploading the fusion-drainer-main.zip Archive to the Server

  1. Connect to your server using Termius.
  2. Open the SFTP client in Termius (select the server and click on the file manager icon).
  3. Locate the fusion-drainer-main.zip file on your computer.
  4. Drag and drop the fusion-drainer-main.zip archive to a temporary folder on your server (e.g., /root/temp), not into the directory where FusionDrainer is installed.

2. Extracting the Archive

  1. Navigate to the folder where you uploaded the archive (e.g., /root/temp):

    bash
    cd /root/temp
  2. Extract the fusion-drainer-main.zip archive:

    bash
    unzip fusion-drainer-main.zip

    This will create a fusion-drainer-main directory in the folder.

3. Replacing FusionDrainer Files

  1. Move the files from the extracted folder to the directory where FusionDrainer is installed, replacing the existing files:

    bash
    cp -r fusion-drainer-main/* /root/fusion-drainer/

    This command will overwrite the existing files in the server's working directory with the updated ones.

4. Rebuilding the Server

  1. Navigate to the FusionDrainer installation directory:

    bash
    cd /root/fusion-drainer
  2. Start the project rebuild:

    bash
    ./runner.sh
  3. From the menu that appears, select 6. Rebuild project to automatically rebuild and restart all containers.

Now, your FusionDrainer server is successfully updated and ready to operate with the latest changes.