<div dir="ltr">Dear all,<div><br></div><div>I am trying to upgrade my geonode to the last release. The geonode is installed via SPC docker setup.</div><div><br></div><div>When  I run the following line: </div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>docker-compose -f docker-compose.yml up -d --build</div></blockquote><div><br></div><div>The django container enters in a  restart loop and this is the log:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>-----------------------------------------------------</div><div>STARTING DJANGO ENTRYPOINT</div><div>-----------------------------------------------------</div><div>start-stop-daemon: warning: failed to kill 16: No such process</div><div>Restarting memcached: memcached.</div><div>Running initialize.py...</div><div>-----------------------------------------------------</div><div>1. Waiting for PostgreSQL</div><div>-----------------------------------------------------</div><div>2. Running the migrations</div><div>No changes detected</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/lib/python3.7/site-packages/django/db/backends/utils.py", line 82, in _execute</div><div>    return self.cursor.execute(sql)</div><div>psycopg2.errors.InsufficientPrivilege: permission denied to create extension "postgis"</div><div>HINT:  Must be superuser to create this extension.</div><div>The above exception was the direct cause of the following exception:</div><div>Traceback (most recent call last):</div><div>  File "scripts/spcgeonode/django/initialize.py", line 63, in <module></div><div>    call_command('migrate', '--noinput')</div><div>  File "/usr/local/lib/python3.7/site-packages/django/core/management/__init__.py", line 148, in call_command</div><div>    return command.execute(*args, **defaults)</div><div>  File "/usr/local/lib/python3.7/site-packages/django/core/management/base.py", line 364, in execute</div><div>    output = self.handle(*args, **options)</div><div>  File "/usr/local/lib/python3.7/site-packages/django/core/management/base.py", line 83, in wrapped</div><div>    res = handle_func(*args, **kwargs)</div><div>  File "/usr/local/lib/python3.7/site-packages/django/core/management/commands/migrate.py", line 85, in handle</div><div>    connection.prepare_database()</div><div>  File "/usr/local/lib/python3.7/site-packages/django/contrib/gis/db/backends/postgis/base.py", line 26, in prepare_database</div><div>    cursor.execute("CREATE EXTENSION IF NOT EXISTS postgis")</div><div>  File "/usr/local/lib/python3.7/site-packages/django/db/backends/utils.py", line 67, in execute</div><div>    return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)</div><div>  File "/usr/local/lib/python3.7/site-packages/django/db/backends/utils.py", line 76, in _execute_with_wrappers</div><div>    return executor(sql, params, many, context)</div><div>  File "/usr/local/lib/python3.7/site-packages/django/db/backends/utils.py", line 84, in _execute</div><div>    return self.cursor.execute(sql, params)</div><div>  File "/usr/local/lib/python3.7/site-packages/django/db/utils.py", line 89, in exit</div><div>    raise dj_exc_value.with_traceback(traceback) from exc_value</div><div>  File "/usr/local/lib/python3.7/site-packages/django/db/backends/utils.py", line 82, in _execute</div><div>    return self.cursor.execute(sql)</div><div>django.db.utils.ProgrammingError: permission denied to create extension "postgis"</div><div>HINT:  Must be superuser to create this extension.</div></blockquote><div><br></div><div><br></div><div><br></div><div>Someone else is experiencing the same issue? </div><div><br></div><div><br></div><div>Thank you</div><div><br></div><div>Federico</div></div>