Search found 3 matches

by marcsivak
Thu Mar 05, 2020 6:18 pm
Forum: Support
Topic: Postgres config
Replies: 8
Views: 20551

Re: Postgres config

2020-03-05 12:15:51.335 INFO 1260 --- [SimpleAsyncTaskExecutor-34] n.u.s.b.w.step.ValidatingLicenseKey : Validating license key 2020-03-05 12:15:52.098 INFO 1260 --- [SimpleAsyncTaskExecutor-34] n.u.business.file.FileSystemProperties : Saving license key to file 'unimus.properties' 2020-03-05 12:15:...
by marcsivak
Thu Mar 05, 2020 4:19 pm
Forum: Support
Topic: Postgres config
Replies: 8
Views: 20551

Re: Postgres config

DB setup:

CREATE DATABASE unimus
WITH
OWNER = unimusadmin
ENCODING = 'UTF8'
LC_COLLATE = 'en_US.UTF-8'
LC_CTYPE = 'en_US.UTF-8'
TABLESPACE = pg_default
CONNECTION LIMIT = -1;
by marcsivak
Thu Mar 05, 2020 4:13 pm
Forum: Support
Topic: Postgres config
Replies: 8
Views: 20551

Postgres config

Trying to initialize system against a postgres DB and keep receiving the message :

Could not upgrade the database.
Please drop and recreate the database and try again, or contact support.