Download SqlBak Application
- Download the SqlBak app (the current version is 3.0.10)
- Install it on the computer where the DBMS is running
- When prompted, enter your secret key



There are three ways to install SqlBak app on Linux:
-
Automatically, by executing the following command
curl -sSL https://sqlbak.com/download/linux/latest | sudo bash -s <your_secret_key>
-
Using a package manager ()Using a package manager on
-
Add SqlBak's GPG key
su - root -c "curl -sSL https://sqlbak.com/deb/key/deb.gpg.key | sudo apt-key add -"
su - root sh -c 'echo "deb [arch=amd64] https://sqlbak.com/deb stable main" >> /etc/apt/sources.list.d/sqlbak.list' -
Update the package list
su - root -c "apt-get update"
-
Install the app (the current version is 1.1.65)
su - root -c "apt-get install sqlbak"
-
Register the server
su - root -c "sqlbak -r -k <your_secret_key> [-n <desired_server_name>]"
-
Add SqlBak's GPG key
sudo curl -sSL https://sqlbak.com/deb/key/deb.gpg.key | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] https://sqlbak.com/deb stable main" >> /etc/apt/sources.list.d/sqlbak.list' -
Update the package list
sudo apt-get update
-
Install the app (the current version is 1.1.65)
sudo apt-get install sqlbak
-
Register the server
sudo sqlbak -r -k <your_secret_key> [-n <desired_server_name>]
-
Add SqlBak's GPG key
sudo sh -c 'echo "
[sqlbakrepo]
name=Sqlbak Repository
baseurl=https://sqlbak.com/rpm
enabled=1
gpgcheck=0" >> /etc/yum.repos.d/sqlbak.repo' -
Install the app (the current version is 1.1.65)
sudo yum install sqlbak
-
Register the server
sudo sqlbak -r -k <your_secret_key> [-n <desired_server_name>]
-
Add SqlBak's GPG key
sudo sh -c 'echo "
[sqlbakrepo]
name=Sqlbak-Repository
baseurl=https://sqlbak.com/rpm
enabled=1
gpgcheck=0" >> /etc/zypp/repos.d/sqlbak.repo' -
Update the package lists
sudo zypper update
-
Install the app (the current version is 1.1.65)
sudo zypper install sqlbak
-
Register the server
sudo sqlbak -r -k <your_secret_key> [-n <desired_server_name>]
-
Add SqlBak's GPG key
sudo sh -c 'echo "
[sqlbakrepo]
name=Sqlbak Repository
baseurl=https://sqlbak.com/rpm
enabled=1
gpgcheck=0" >> /etc/yum.repos.d/sqlbak.repo' -
Update the package lists
sudo dnf update
-
Install the app (the current version is 1.1.65)
sudo dnf install sqlbak
-
Register the server
sudo sqlbak -r -k <your_secret_key> [-n <desired_server_name>]
-
Add SqlBak's GPG key
-
Using a Docker ()
-
Run SqlBak container
sudo docker run --name sqlbak_container -d -v sqlbak_volume:/opt/sqlbak pranasnet/sqlbak
-
Register the server
sudo docker exec sqlbak_container sqlbak -r -k <your_secret_key> [-n <desired_server_name>]
Details of using sqlbak docker container when creating physical backups or together with the docker-compose tool are available on our page at DockerHub. -
Run SqlBak container
Read more about How to start with SqlBak on Linux and SqlBak on Linux Reference Manual
There are two ways to install SqlBak app on Raspberry Pi (Linux only):
-
Automatically, by executing the following command
curl -sSL https://sqlbak.com/download/linux/latest | sudo bash -s <your_secret_key>
-
Using a package manager ()Using a package manager on
-
Add SqlBak's GPG key
su - root -c "curl -sSL https://sqlbak.com/raspberry_deb/key/deb.gpg.key | sudo apt-key add -"
su - root sh -c 'echo "deb https://sqlbak.com/raspberry_deb stable main" >> /etc/apt/sources.list.d/sqlbak.list' -
Update the package list
su - root -c "apt-get update"
-
Install the app (the current version is 1.1.65)
su - root -c "apt-get install sqlbak"
-
Register the server
su - root -c "sqlbak -r -k <your_secret_key> [-n <desired_server_name>]"
-
Add SqlBak's GPG key
sudo curl -sSL https://sqlbak.com/raspberry_deb/key/deb.gpg.key | sudo apt-key add -
sudo sh -c 'echo "deb https://sqlbak.com/raspberry_deb stable main" >> /etc/apt/sources.list.d/sqlbak.list' -
Update the package list
sudo apt-get update
-
Install the app (the current version is 1.1.65)
sudo apt-get install sqlbak
-
Register the server
sudo sqlbak -r -k <your_secret_key> [-n <desired_server_name>]
-
Add SqlBak's GPG key
Read more about How to start with SqlBak on Linux and SqlBak on Linux Reference Manual