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: c78ace7c2dbce5fb72ad0939a40d6a64
Direct download: https://www.dbinvent.com/dist/rdbm-unix-latest.zip
MD5: ca429be5d6312c6ec2438250e726013d
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