rockstor / rockstor-rpmbuild

RPM build specifications used to create the distributed 'rockstor' package from rockstor-core and rockstor-jslibs GitHub releases.
GNU General Public License v3.0
2 stars 3 forks source link

Update DB format on install/upgrade if required #58 #59

Closed phillxnet closed 9 months ago

phillxnet commented 9 months ago

Adds postgresql13-contrib as a new Requires dependency. Enable root execution: ./src/rockstor/scripts/db_upgrade.sh Run this same script in %posttrans.

Fixes #58


Partnered with rockstor-core PR: "Establish Postgres database format upgrade ...": https://github.com/rockstor/rockstor-core/pull/2787

phillxnet commented 9 months ago

The referenced/partnered pull request in rockstor-core has now been merged, this PR was tested in-tandem prior to it's merge. See the following comment: https://github.com/rockstor/rockstor-core/pull/2787#issuecomment-1909904615