Skip to content

pkgr/addon-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 

Repository files navigation

addon-postgres

PostgreSQL addon for pkgr.

If autoinstall mode is selected, it will attempt to setup a PostgreSQL v13 cluster, using the packages from https://www.postgresql.org/download/linux/.

Supported distributions:

  • SLES12
  • Enterprise Linux 7, Enterprise Linux 7
  • Ubuntu 14.04, 16.04, 18.04, 20.04
  • Debian 7, 8, 9, 10

Development

sudo apt-get update -qq && sudo apt-get install dialog -y

export APP_NAME="testapp"
export APP_SAFE_NAME="testapp"
export INSTALLER_DIR="/path/to/pkgr-installer-dir"
sudo useradd "$APP_NAME"
sudo mkdir -p /etc/testapp/conf.d

sudo -E INSTALLER_DEBUG=no WIZ_RECONFIGURE=no DATABASE=/tmp/test1 ./bin/configure
sudo -E INSTALLER_DEBUG=no WIZ_RECONFIGURE=no DATABASE=/tmp/test1 ./bin/preinstall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages