[18/Jan/2023 14:16:17] INFO [scripts.initrock:269] Normalising on shellinaboxd service file
[18/Jan/2023 14:16:17] INFO [scripts.initrock:273] - shellinaboxd.service already exists
[18/Jan/2023 14:16:17] INFO [scripts.initrock:328] /etc/systemd/system/rockstor-pre.service up-to-date.
[18/Jan/2023 14:16:17] INFO [scripts.initrock:328] /etc/systemd/system/rockstor.service up-to-date.
[18/Jan/2023 14:16:17] INFO [scripts.initrock:328] /etc/systemd/system/rockstor-bootstrap.service up-to-date.
[18/Jan/2023 14:16:17] INFO [scripts.initrock:328] /etc/systemd/system/rockstor-ipv6check.service up-to-date.
[18/Jan/2024 16:31:51] INFO [system.pkg_mgmt:464] Updating all but rockstor package for distro opensuse
[18/Jan/2024 15:36:56] INFO [scripts.initrock:546] Checking for flash and Running flash optimizations if appropriate.
[18/Jan/2024 15:36:57] INFO [scripts.initrock:549] Updating the timezone from the system
[18/Jan/2024 15:36:57] INFO [scripts.initrock:221] system timezone = Europe/Copenhagen
[18/Jan/2024 15:36:57] INFO [scripts.initrock:234] Changed timezone from “Europe/Lisbon” to Europe/Copenhagen
[18/Jan/2024 15:36:57] INFO [scripts.initrock:556] Initialising SSHD config
[18/Jan/2024 15:36:57] INFO [system.ssh:394] SSHD (/etc/ssh/sshd_config) sftp-server already disabled
[18/Jan/2024 15:36:57] INFO [system.ssh:100] SSHD (/etc/ssh/sshd_config) already initialised
[18/Jan/2024 15:36:57] INFO [scripts.initrock:473] API CLIENT_SECRET set/reset successfully.
[18/Jan/2024 15:36:57] INFO [scripts.initrock:569] --DB-- Tune Postgres --DB–
[18/Jan/2024 15:36:57] INFO [scripts.initrock:571] --DB-- Running - Setup_host_based_auth
[18/Jan/2024 15:36:58] INFO [scripts.initrock:576] --DB-- Done with Setup_host_based_auth.
[18/Jan/2024 15:36:58] INFO [scripts.initrock:571] --DB-- Running - Reload_config
[18/Jan/2024 15:36:58] INFO [scripts.initrock:576] --DB-- Done with Reload_config.
[18/Jan/2024 15:36:58] INFO [scripts.initrock:571] --DB-- Running - PG_tune
[18/Jan/2024 15:36:58] INFO [scripts.initrock:576] --DB-- Done with PG_tune.
[18/Jan/2024 15:36:58] INFO [scripts.initrock:577] --DB-- Tune Postgres Done --DB–.
[18/Jan/2024 15:36:58] INFO [scripts.initrock:581] Running app database migrations…
[18/Jan/2024 15:37:01] ERROR [system.osi:261] non-zero code(1) returned by command: [‘/opt/rockstor/.venv/bin/django-admin’, ‘migrate’, ‘–noinput’, ‘–fake-initial’, ‘–database=default’, ‘contenttypes’]. output: [‘’] error: [‘Traceback (most recent call last):’, ’ File “/opt/rockstor/.venv/bin/django-admin”, line 8, in ‘, ’ sys.exit(execute_from_command_line())’, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/init.py”, line 442, in execute_from_command_line’, ’ utility.execute()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/init.py”, line 436, in execute’, ’ self.fetch_command(subcommand).run_from_argv(self.argv)‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/base.py”, line 412, in run_from_argv’, ’ self.execute(*args, **cmd_options)‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/base.py”, line 458, in execute’, ’ output = self.handle(*args, **options)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/base.py”, line 106, in wrapper’, ’ res = handle_func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/commands/migrate.py”, line 117, in handle’, ’ executor = MigrationExecutor(connection, self.migration_progress_callback)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/executor.py”, line 18, in init’, ’ self.loader = MigrationLoader(self.connection)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/loader.py”, line 58, in init’, ’ self.build_graph()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/loader.py”, line 235, in build_graph’, ’ self.applied_migrations = recorder.applied_migrations()‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/recorder.py”, line 81, in applied_migrations’, ’ if self.has_table():‘, ’ ^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/recorder.py”, line 57, in has_table’, ’ with self.connection.cursor() as cursor:‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/utils/asyncio.py”, line 26, in inner’, ’ return func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 330, in cursor’, ’ return self._cursor()‘, ’ ^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 306, in _cursor’, ’ self.ensure_connection()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/utils/asyncio.py”, line 26, in inner’, ’ return func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 289, in ensure_connection’, ’ self.connect()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/utils/asyncio.py”, line 26, in inner’, ’ return func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 272, in connect’, ’ self.init_connection_state()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/postgresql/base.py”, line 309, in init_connection_state’, ’ super().init_connection_state()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 239, in init_connection_state’, ’ self.check_database_version_supported()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 214, in check_database_version_supported’, ’ raise NotSupportedError(‘, ‘django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).’, ‘’]
[18/Jan/2024 16:45:13] INFO [scripts.initrock:546] Checking for flash and Running flash optimizations if appropriate.
[18/Jan/2024 16:45:14] INFO [scripts.initrock:549] Updating the timezone from the system
[18/Jan/2024 16:45:14] INFO [scripts.initrock:221] system timezone = Europe/Copenhagen
[18/Jan/2024 16:45:14] INFO [scripts.initrock:556] Initialising SSHD config
[18/Jan/2024 16:45:14] INFO [system.ssh:394] SSHD (/etc/ssh/sshd_config) sftp-server already disabled
[18/Jan/2024 16:45:14] INFO [system.ssh:100] SSHD (/etc/ssh/sshd_config) already initialised
[18/Jan/2024 16:45:14] INFO [scripts.initrock:569] --DB-- Tune Postgres --DB–
[18/Jan/2024 16:45:14] INFO [scripts.initrock:571] --DB-- Running - Setup_host_based_auth
[18/Jan/2024 16:45:15] INFO [scripts.initrock:576] --DB-- Done with Setup_host_based_auth.
[18/Jan/2024 16:45:15] INFO [scripts.initrock:571] --DB-- Running - Reload_config
[18/Jan/2024 16:45:15] INFO [scripts.initrock:576] --DB-- Done with Reload_config.
[18/Jan/2024 16:45:15] INFO [scripts.initrock:571] --DB-- Running - PG_tune
[18/Jan/2024 16:45:15] INFO [scripts.initrock:576] --DB-- Done with PG_tune.
[18/Jan/2024 16:45:15] INFO [scripts.initrock:577] --DB-- Tune Postgres Done --DB–.
[18/Jan/2024 16:45:15] INFO [scripts.initrock:581] Running app database migrations…
[18/Jan/2024 16:45:20] ERROR [system.osi:261] non-zero code(1) returned by command: [’/opt/rockstor/.venv/bin/django-admin’, ‘migrate’, ‘–noinput’, ‘–fake-initial’, ‘–database=default’, ‘contenttypes’]. output: [‘’] error: [‘Traceback (most recent call last):’, ’ File “/opt/rockstor/.venv/bin/django-admin”, line 8, in ‘, ’ sys.exit(execute_from_command_line())’, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/init.py”, line 442, in execute_from_command_line’, ’ utility.execute()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/init.py”, line 436, in execute’, ’ self.fetch_command(subcommand).run_from_argv(self.argv)‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/base.py”, line 412, in run_from_argv’, ’ self.execute(*args, **cmd_options)‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/base.py”, line 458, in execute’, ’ output = self.handle(*args, **options)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/base.py”, line 106, in wrapper’, ’ res = handle_func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/commands/migrate.py”, line 117, in handle’, ’ executor = MigrationExecutor(connection, self.migration_progress_callback)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/executor.py”, line 18, in init’, ’ self.loader = MigrationLoader(self.connection)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/loader.py”, line 58, in init’, ’ self.build_graph()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/loader.py”, line 235, in build_graph’, ’ self.applied_migrations = recorder.applied_migrations()‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/recorder.py”, line 81, in applied_migrations’, ’ if self.has_table():‘, ’ ^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/recorder.py”, line 57, in has_table’, ’ with self.connection.cursor() as cursor:‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/utils/asyncio.py”, line 26, in inner’, ’ return func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 330, in cursor’, ’ return self._cursor()‘, ’ ^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 306, in _cursor’, ’ self.ensure_connection()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/utils/asyncio.py”, line 26, in inner’, ’ return func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 289, in ensure_connection’, ’ self.connect()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/utils/asyncio.py”, line 26, in inner’, ’ return func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 272, in connect’, ’ self.init_connection_state()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/postgresql/base.py”, line 309, in init_connection_state’, ’ super().init_connection_state()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 239, in init_connection_state’, ’ self.check_database_version_supported()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 214, in check_database_version_supported’, ’ raise NotSupportedError(‘, ‘django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).’, ‘’]
[18/Jan/2024 16:49:57] INFO [scripts.initrock:546] Checking for flash and Running flash optimizations if appropriate.
[18/Jan/2024 16:49:57] INFO [scripts.initrock:549] Updating the timezone from the system
[18/Jan/2024 16:49:57] INFO [scripts.initrock:221] system timezone = Europe/Copenhagen
[18/Jan/2024 16:49:57] INFO [scripts.initrock:556] Initialising SSHD config
[18/Jan/2024 16:49:57] INFO [system.ssh:394] SSHD (/etc/ssh/sshd_config) sftp-server already disabled
[18/Jan/2024 16:49:57] INFO [system.ssh:100] SSHD (/etc/ssh/sshd_config) already initialised
[18/Jan/2024 16:49:57] INFO [scripts.initrock:569] --DB-- Tune Postgres --DB–
[18/Jan/2024 16:49:57] INFO [scripts.initrock:571] --DB-- Running - Setup_host_based_auth
[18/Jan/2024 16:49:58] INFO [scripts.initrock:576] --DB-- Done with Setup_host_based_auth.
[18/Jan/2024 16:49:58] INFO [scripts.initrock:571] --DB-- Running - Reload_config
[18/Jan/2024 16:49:58] INFO [scripts.initrock:576] --DB-- Done with Reload_config.
[18/Jan/2024 16:49:58] INFO [scripts.initrock:571] --DB-- Running - PG_tune
[18/Jan/2024 16:49:59] INFO [scripts.initrock:576] --DB-- Done with PG_tune.
[18/Jan/2024 16:49:59] INFO [scripts.initrock:577] --DB-- Tune Postgres Done --DB–.
[18/Jan/2024 16:49:59] INFO [scripts.initrock:581] Running app database migrations…
[18/Jan/2024 16:50:05] ERROR [system.osi:261] non-zero code(1) returned by command: [’/opt/rockstor/.venv/bin/django-admin’, ‘migrate’, ‘–noinput’, ‘–fake-initial’, ‘–database=default’, ‘contenttypes’]. output: [‘’] error: [‘Traceback (most recent call last):’, ’ File “/opt/rockstor/.venv/bin/django-admin”, line 8, in ‘, ’ sys.exit(execute_from_command_line())’, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/init.py”, line 442, in execute_from_command_line’, ’ utility.execute()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/init.py”, line 436, in execute’, ’ self.fetch_command(subcommand).run_from_argv(self.argv)‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/base.py”, line 412, in run_from_argv’, ’ self.execute(*args, **cmd_options)‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/base.py”, line 458, in execute’, ’ output = self.handle(*args, **options)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/base.py”, line 106, in wrapper’, ’ res = handle_func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/commands/migrate.py”, line 117, in handle’, ’ executor = MigrationExecutor(connection, self.migration_progress_callback)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/executor.py”, line 18, in init’, ’ self.loader = MigrationLoader(self.connection)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/loader.py”, line 58, in init’, ’ self.build_graph()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/loader.py”, line 235, in build_graph’, ’ self.applied_migrations = recorder.applied_migrations()‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/recorder.py”, line 81, in applied_migrations’, ’ if self.has_table():‘, ’ ^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/recorder.py”, line 57, in has_table’, ’ with self.connection.cursor() as cursor:‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/utils/asyncio.py”, line 26, in inner’, ’ return func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 330, in cursor’, ’ return self._cursor()‘, ’ ^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 306, in _cursor’, ’ self.ensure_connection()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/utils/asyncio.py”, line 26, in inner’, ’ return func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 289, in ensure_connection’, ’ self.connect()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/utils/asyncio.py”, line 26, in inner’, ’ return func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 272, in connect’, ’ self.init_connection_state()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/postgresql/base.py”, line 309, in init_connection_state’, ’ super().init_connection_state()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 239, in init_connection_state’, ’ self.check_database_version_supported()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 214, in check_database_version_supported’, ’ raise NotSupportedError(‘, ‘django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).’, ‘’]
[18/Jan/2024 16:00:55] INFO [scripts.initrock:546] Checking for flash and Running flash optimizations if appropriate.
[18/Jan/2024 16:00:56] INFO [scripts.initrock:549] Updating the timezone from the system
[18/Jan/2024 16:00:56] INFO [scripts.initrock:221] system timezone = Europe/Copenhagen
[18/Jan/2024 16:00:56] INFO [scripts.initrock:234] Changed timezone from “Europe/Lisbon” to Europe/Copenhagen
[18/Jan/2024 16:00:56] INFO [scripts.initrock:556] Initialising SSHD config
[18/Jan/2024 16:00:56] INFO [system.ssh:394] SSHD (/etc/ssh/sshd_config) sftp-server already disabled
[18/Jan/2024 16:00:56] INFO [system.ssh:100] SSHD (/etc/ssh/sshd_config) already initialised
[18/Jan/2024 16:00:56] INFO [scripts.initrock:569] --DB-- Tune Postgres --DB–
[18/Jan/2024 16:00:56] INFO [scripts.initrock:571] --DB-- Running - Setup_host_based_auth
[18/Jan/2024 16:00:57] INFO [scripts.initrock:576] --DB-- Done with Setup_host_based_auth.
[18/Jan/2024 16:00:57] INFO [scripts.initrock:571] --DB-- Running - Reload_config
[18/Jan/2024 16:00:57] INFO [scripts.initrock:576] --DB-- Done with Reload_config.
[18/Jan/2024 16:00:57] INFO [scripts.initrock:571] --DB-- Running - PG_tune
[18/Jan/2024 16:00:57] INFO [scripts.initrock:576] --DB-- Done with PG_tune.
[18/Jan/2024 16:00:57] INFO [scripts.initrock:577] --DB-- Tune Postgres Done --DB–.
[18/Jan/2024 16:00:57] INFO [scripts.initrock:581] Running app database migrations…
[18/Jan/2024 16:00:59] ERROR [system.osi:261] non-zero code(1) returned by command: [’/opt/rockstor/.venv/bin/django-admin’, ‘migrate’, ‘–noinput’, ‘–fake-initial’, ‘–database=default’, ‘contenttypes’]. output: [‘’] error: [‘Traceback (most recent call last):’, ’ File “/opt/rockstor/.venv/bin/django-admin”, line 8, in ‘, ’ sys.exit(execute_from_command_line())’, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/init.py”, line 442, in execute_from_command_line’, ’ utility.execute()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/init.py”, line 436, in execute’, ’ self.fetch_command(subcommand).run_from_argv(self.argv)‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/base.py”, line 412, in run_from_argv’, ’ self.execute(*args, **cmd_options)‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/base.py”, line 458, in execute’, ’ output = self.handle(*args, **options)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/base.py”, line 106, in wrapper’, ’ res = handle_func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/core/management/commands/migrate.py”, line 117, in handle’, ’ executor = MigrationExecutor(connection, self.migration_progress_callback)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/executor.py”, line 18, in init’, ’ self.loader = MigrationLoader(self.connection)‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/loader.py”, line 58, in init’, ’ self.build_graph()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/loader.py”, line 235, in build_graph’, ’ self.applied_migrations = recorder.applied_migrations()‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/recorder.py”, line 81, in applied_migrations’, ’ if self.has_table():‘, ’ ^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/migrations/recorder.py”, line 57, in has_table’, ’ with self.connection.cursor() as cursor:‘, ’ ^^^^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/utils/asyncio.py”, line 26, in inner’, ’ return func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 330, in cursor’, ’ return self._cursor()‘, ’ ^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 306, in _cursor’, ’ self.ensure_connection()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/utils/asyncio.py”, line 26, in inner’, ’ return func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 289, in ensure_connection’, ’ self.connect()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/utils/asyncio.py”, line 26, in inner’, ’ return func(*args, **kwargs)‘, ’ ^^^^^^^^^^^^^^^^^^^^^’, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 272, in connect’, ’ self.init_connection_state()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/postgresql/base.py”, line 309, in init_connection_state’, ’ super().init_connection_state()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 239, in init_connection_state’, ’ self.check_database_version_supported()‘, ’ File “/opt/rockstor/.venv/lib/python3.11/site-packages/django/db/backends/base/base.py”, line 214, in check_database_version_supported’, ’ raise NotSupportedError(', ‘django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).’, ‘’]