After updating to 5.0.6-0 web interface is not accessible, and network shares are also not accessible

Yes, I think we have a culprit here:

And the error output:

NotSupportedError(', ‘django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).’, ‘’]

So it seems to somehow work on PostgreSQL 10 (found 10.23), while Rockstor depends on postgres 13! I have not seen that one before.

For reference, our postgres dependencies are defined at:

We’ve seen some old postgres versions sticking and not being updated as “to-be-used” by zypper in some systems that were old installs being updated progressively. Would that be the case for yours, by any chance? In other words, is that an old Rockstor install that has been updated from previous Leap versions?
In particular, the following thread comes to mind:

Let’s see if that is available to your system:

update-alternatives --list postgresql