Select your Linux distribution:

Currently, we provide support for Linux on x86-64, but the potential target platform list is large. Please Contact Us if you need other platforms.

Installing from Apt Repository

Download and install the public signing key:

wget -O - https://www.dbinvent.com/dist/DBinventLLC.gpg.key | sudo apt-key add -

Add our repository to your sources.list:

sudo sh -c 'echo "deb http://apt.dbinvent.com/$(lsb_release -cs) $(lsb_release -cs) non-free" > /etc/apt/sources.list.d/dbinvent.list'

Install the Schema Guard package:

sudo apt update && sudo apt install rdbm

Installing from RPM Package

Download and install .rpm package:

sudo rpm --import https://www.dbinvent.com/dist/DBinventLLC.gpg.key sudo yum install http://yum.dbinvent.com/rdbm-latest.x86_64.rpm OR sudo rpm -i https://www.dbinvent.com/dist/rdbm-latest.x86_64.rpm

Downloading Tar/GZIP or Zip#

We recommend installing application using a package manager whenever possible, as this makes software updates easier. However, this section provides tar/gzip & zip packages containing ready-to-run Linux x86-64 binary.

Direct download: https://www.dbinvent.com/dist/rdbm-unix-latest.tar.gz

MD5: 5a521e5ff3080a25bb81310f69648cf4

Direct download: https://www.dbinvent.com/dist/rdbm-unix-latest.zip

MD5: 3c1f14d476381331bfdad31a35874b54

System Requirements

Schema Guard is a really lightweight single binary file application. It performs database migrations using standard psql front-end for PostgreSQL.

  • Linux on any x86-64 processor
  • Less than 10 MB disk space
  • psql installed