Jump to content
NAKIVO Community Forum

Rolando_Ramirez

Members
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    2

Rolando_Ramirez last won the day on November 15 2022

Rolando_Ramirez had the most liked content!

Rolando_Ramirez's Achievements

Data Guardian Newcomer

Data Guardian Newcomer (1/14)

  • Securely Done Week One
  • First Post of the Backup Hero

Recent Badges

2

Reputation

  1. Hello. Thanks for the answer but you're confused, this post/thread is about the FREE version of Nakivo on DSM 7 and not how to upgrade to the latest version.
  2. For those interested in running Nakivo in a Docker container.. this is the Dockerfile I came up with RJB ideas: # based on ideas from: # https://forum.nakivo.com/index.php?/topic/6376-synology-dsm-7-and-nakivo-104-not-compatible/&do=findComment&comment=8166 FROM ubuntu:18.04 # update RUN apt-get update RUN apt-get -y upgrade # pre-requisites RUN apt install -y cifs-utils ntfs-3g open-iscsi RUN apt-get update RUN apt-get -y upgrade # systemctl replacement RUN apt-get update \ && apt-get install -y wget \ && rm -rf /var/lib/apt/lists/* RUN wget https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py -O /usr/local/bin/systemctl RUN chmod +x /usr/local/bin/systemctl # Copy installer COPY installers/NAKIVO_Backup_Replication_v10.7.2.69768_Installer-FREE.sh /var/tmp/installer.sh RUN chmod +x /var/tmp/installer.sh RUN /var/tmp/installer.sh -f --eula-accept RUN rm /var/tmp/installer.sh # Start services CMD service iscsid start && service nkv-bhsvc start && service nkv-dirsvc start && tail -F /var/log/nakivo_container.log
  3. Hello. There's a message in the download page: The installer for Synology DSM 6 is available on our website. The DSM 7 package is undergoing the Synology verification process and will be available in a few weeks. You can download the package for DSM 7 only from the Synology Package Center. Any timeline ? thanks!
×
×
  • Create New...