Hi
Please assist to have a clean start for 3.22 from 3.21.3
Problem:
The startup after docker pull pulp/pulp gave errors.
Restoring 3.21.3 gave normal startup.
Shortened:
indent preformatted text by 4 spaces
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
psycopg2.errors.InsufficientPrivilege: permission denied to create extension "hstore"
HINT: Must have CREATE privilege on current database to create this extension.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/bin/pulpcore-manager", line 8, in <module>
sys.exit(manage()
^
Expected outcome:
How to give -
HINT: Must have CREATE privilege on current database to create this extension.
Pulpcore version:
3.22.0
Pulp plugins installed and their versions:
“versions”: [
{
“component”: “core”,
“version”: “3.21.3”,
“package”: “pulpcore”
},
{
“component”: “rpm”,
“version”: “3.18.9”,
“package”: “pulp-rpm”
},
{
“component”: “python”,
“version”: “3.7.3”,
“package”: “pulp-python”
},
{
“component”: “deb”,
“version”: “2.20.0”,
“package”: “pulp_deb”
},
{
“component”: “container”,
“version”: “2.14.2”,
“package”: “pulp-container”
},
{
“component”: “file”,
“version”: “1.11.2”,
“package”: “pulp-file”
},
{
“component”: “certguard”,
“version”: “1.5.5”,
“package”: “pulp-certguard”
},
{
“component”: “ansible”,
“version”: “0.15.0”,
“package”: “pulp-ansible”
},
{
“component”: “maven”,
“version”: “0.3.3”,
“package”: “pulp-maven”
}
pulp-cli==0.16.0
pulp.squeezer 0.0.13
Operating system - distribution and version:
SLES 15 SP3
Other relevant data: