A system for collecting key information from all your servers and presenting it through an easy-to-use web GUI with search and browse functions. The previous generation of this system is used in production at the University of Oslo, Norway.
GNU General Public License v3.0
9
stars
7
forks
source link
Configurable external PostgreSQL database, don't install it with nivlheim-server #132
Remove PostgreSQL installation from the server package scripts.
Also remove the backup script pgbackup.sh and the code that installs it
Instead, require that the user handles installation and tuning of a PostgreSQL database themselves, and configures Nivlheim with the database login info after initial setup.
Keep the database patch installation system, Nivlheim should still maintain its database schema.
Remove support for old PostgreSQL versions, and document what's the minimum required version. For example, we would like to use "on conflict" in "insert" statements.
pgbackup.sh
and the code that installs itSee also: GID-661