help needed! sorry if I’ve missed something obvious…
Describe the problem
trying to install libretime on a fresh Ubuntu 20.04.
To reproduce
after a successful install with
I’ve followed the intructions and typed
type or Once upgraded, run the following command to migrate the database:
$ sudo -u libretime libretime-api migrate
Expected behavior
succesful install / database setup
Relevant log output or error messages
traceback (most recent call last):
File "/opt/libretime/lib/python3.8/site-packages/django/db/backends/base/base.py", line 289, in ensure_connection
self.connect()
File "/opt/libretime/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
return func(*args, **kwargs)
File "/opt/libretime/lib/python3.8/site-packages/django/db/backends/base/base.py", line 270, in connect
self.connection = self.get_new_connection(conn_params)
File "/opt/libretime/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
return func(*args, **kwargs)
File "/opt/libretime/lib/python3.8/site-packages/django/db/backends/postgresql/base.py", line 275, in get_new_connection
connection = self.Database.connect(**conn_params)
File "/opt/libretime/lib/python3.8/site-packages/psycopg/connection.py", line 738, in connect
raise ex.with_traceback(None)
psycopg.OperationalError: connection failed: password authentication failed for user "libretime"
FATAL: password authentication failed for user "libretime"
LibreTime version
3.1.0
Installation method and OS / Environment
Operating system: Ubuntu 20.04.6 LTS
Method: Installer script