Problem:
I’m trying to install pulp without using ansible and docker (I know it’s weird, but it’s worth the task). Having installed pulpcore, all its dependencies, as well as the software necessary for its proper operation, I come across an error during migration:
(venv) [root@pulphost user]# sudo -u pulp bash -c ‘source /var/lib/pulp/ven v/bin/activate && pulpcore-manager migrate’
Operations to perform:
Apply all migrations: auth, certguard, contenttypes, core, file, sessions
Running migrations:
Traceback (most recent call last):
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/db/backends/uti ls.py”, line 87, in _execute
return self.cursor.execute(sql)
^^^^^^^^^^^^^^^^^^^^^^^^
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/psycopg/cursor.py”, li ne 97, in execute
raise ex.with_traceback(None)
psycopg.errors.InsufficientPrivilege: there is no access to the public schema
LINE 1: CREATE TABLE “django_migrations” (“id” integer NOT NULL PRIM…
^
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/db/migrations/r ecorder.py”, line 70, in ensure_schema
editor.create_model(self.Migration)
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/db/backends/bas e/schema.py”, line 451, in create_model
self.execute(sql, params or None)
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/db/backends/pos tgresql/schema.py”, line 45, in execute
return super().execute(sql, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/db/backends/bas e/schema.py”, line 201, in execute
cursor.execute(sql, params)
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/db/backends/uti ls.py”, line 67, in execute
return self._execute_with_wrappers(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/db/backends/uti ls.py”, line 80, in _execute_with_wrappers
return executor(sql, params, many, context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/db/backends/uti ls.py”, line 84, in _execute
with self.db.wrap_database_errors:
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/db/utils.py”, l ine 91, in exit
raise dj_exc_value.with_traceback(traceback) from exc_value
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/db/backends/uti ls.py”, line 87, in _execute
return self.cursor.execute(sql)
^^^^^^^^^^^^^^^^^^^^^^^^
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/psycopg/cursor.py”, li ne 97, in execute
raise ex.with_traceback(None)
django.db.utils.ProgrammingError: there is no access to the public schema
LINE 1: CREATE TABLE “django_migrations” (“id” integer NOT NULL PRIM…
^
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/var/lib/pulp/venv/bin/pulpcore-manager”, line 8, in
sys.exit(manage())
^^^^^^^^
File "/var/lib/pulp/venv/lib64/python3.11/site-packages/pulpcore/app/manage.py ", line 11, in manage
execute_from_command_line(sys.argv)
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/core/management /init.py”, line 442, in execute_from_command_line
utility.execute()
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/core/management /init.py”, line 436, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/core/management /base.py”, line 412, in run_from_argv
self.execute(*args, **cmd_options)
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/core/management /base.py”, line 458, in execute
output = self.handle(*args, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/core/management /base.py”, line 106, in wrapper
res = handle_func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/core/management /commands/migrate.py”, line 356, in handle
post_migrate_state = executor.migrate(
^^^^^^^^^^^^^^^^^
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/db/migrations/e xecutor.py”, line 107, in migrate
self.recorder.ensure_schema()
File “/var/lib/pulp/venv/lib64/python3.11/site-packages/django/db/migrations/r ecorder.py”, line 72, in ensure_schema
raise MigrationSchemaMissing(
django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the dja ngo_migrations table (there is no access to the public schema
LINE 1: CREATE TABLE “django_migrations” (“id” integer NOT NULL PRIM…
^)
I would like to ask you where you need to look to solve the problem.
Expected outcome:
migration finished
Pulpcore version:
3.65
Pulp plugins installed and their versions:
Operating system - distribution and version:
Other relevant data: