Download SqlBak Application

  • Download the SqlBak app
    Download now
    Current version: 3.3.57
  • Install it on the computer where the DBMS is running
  • When prompted, enter your secret key
  • Please or to get a secret key
Windows SqlBak app

There are two ways to install the SqlBak app on Linux

  1. Using the package on
    • Download package
      curl -o sqlbak.deb https://sqlbak.com/download/linux/latest/sqlbak.deb
    • Install the app (the current version is 1.9.79)
      sudo apt-get install ./sqlbak.deb
    • Register a server
      sudo sqlbak -r -k <your_secret_key>
    • Install the app (the current version is 1.9.79)
      sudo rpm -Uvh https://sqlbak.com/download/linux/latest/sqlbak.rpm
    • Register a server
      sudo sqlbak -r -k <your_secret_key>
  2. Using Docker
    • Run SqlBak container
      sudo docker run --name sqlbak_container -d -v sqlbak_volume:/opt/sqlbak pranasnet/sqlbak
    • Register a server
      sudo docker exec -i sqlbak_container sqlbak -r -k <your_secret_key>
    Details of using SqlBak Docker container when creating physical backups or together with the Docker Compose tool are available on our page at Docker Hub.
Please or to get a secret key

This is the way to install the SqlBak app on Raspberry Pi (Linux only)

  1. Download the package for
    curl -o sqlbak.deb https://sqlbak.com/download/linux/latest/sqlbak_armhf.deb
    curl -o sqlbak.deb https://sqlbak.com/download/linux/latest/sqlbak_arm64.deb
  2. Install the app (the current version is 1.9.79)
    sudo apt-get install ./sqlbak.deb
  3. Register a server
    sudo sqlbak -r -k <your_secret_key>
Please or to get a secret key