opennms-forge / opennms-install

Basic install script for default Linux systems
GNU General Public License v3.0
23 stars 15 forks source link

Error installing on Ubuntu 22.04 #28

Closed bboy8012 closed 12 months ago

bboy8012 commented 12 months ago

The script fails at Create database and users. Output for bootstrap.log

Enable SCRAM-SHA-256 in PostgreSQL ... [ OK ] Restart PostgreSQL Server ... [ OK ] Create database and users ... [ FAILED ] fs@opennms:~$ ls bootstrap-debian.sh bootstrap.log fs@opennms:~$ cat bootstrap cat: bootstrap: No such file or directory fs@opennms:~$ cat bootstrap.log ALTER ROLE CREATE ROLE GRANT ERROR: syntax error at or near "WITH" LINE 1: CREATE DATABASE WITH OWNER opennms;