05-30-2020, 09:59 PM
Hi,
I get this msg on installing Tactic
-bash-4.2$ python3 /opt/tactic/tactic/src/pyasm/search/upgrade/postgresql/bootstrap_load.py
WARNING: database library for default database [PostgreSQL] is not installed
Importing bootstrap ...
Error: ERROR: database library for [PostgreSQL] is not installed
create: createdb -h localhost -U postgres -p 5432 -E UNICODE "sthpw"
Traceback (most recent call last):
File "/opt/tactic/tactic/src/pyasm/search/upgrade/postgresql/bootstrap_load.py", line 121, in <module>
import_bootstrap()
File "/opt/tactic/tactic/src/pyasm/search/upgrade/postgresql/bootstrap_load.py", line 49, in import_bootstrap
impl.create_database("sthpw")
File "/opt/tactic/tactic/src/pyasm/search/database_impl.py", line 1919, in create_database
raise Exception("Error creating database '%s': %s" % (database, stderr))
Exception: Error creating database 'sthpw': b'createdb: Erzeugen der Datenbank ist fehlgeschlagen: FEHLER: Datenbank \xc2\xbbsthpw\xc2\xab existiert bereits\n'
-bash-4.2$
I get this msg on installing Tactic
-bash-4.2$ python3 /opt/tactic/tactic/src/pyasm/search/upgrade/postgresql/bootstrap_load.py
WARNING: database library for default database [PostgreSQL] is not installed
Importing bootstrap ...
Error: ERROR: database library for [PostgreSQL] is not installed
create: createdb -h localhost -U postgres -p 5432 -E UNICODE "sthpw"
Traceback (most recent call last):
File "/opt/tactic/tactic/src/pyasm/search/upgrade/postgresql/bootstrap_load.py", line 121, in <module>
import_bootstrap()
File "/opt/tactic/tactic/src/pyasm/search/upgrade/postgresql/bootstrap_load.py", line 49, in import_bootstrap
impl.create_database("sthpw")
File "/opt/tactic/tactic/src/pyasm/search/database_impl.py", line 1919, in create_database
raise Exception("Error creating database '%s': %s" % (database, stderr))
Exception: Error creating database 'sthpw': b'createdb: Erzeugen der Datenbank ist fehlgeschlagen: FEHLER: Datenbank \xc2\xbbsthpw\xc2\xab existiert bereits\n'
-bash-4.2$