Download raw body.
[UPDATE] net/miniflux 2.2.13 -> 2.2.14
On Tue, 04 Nov 2025 17:56:26 +0100, "Igor Zornik" <mocheryl@mocheryl.org> wrote: > Hello, ports. > > New version of miniflux tested on today's amd64 snap. It seems it no > longer needs the hstore extension. It hasn't been necessary for a > while, but now they are active about drooping it. During the migration > process you might hit the following error message: > > [Migration v119] pq: must be owner of extension hstore > > It means the extension was installed with a different user than the > one being used the run the migration. It will happen if you installed > it as a superuser as the readme instructs. Just remove it manually and > proceed with the migration. Something like the following should do the > trick: > > psql -U postgres miniflux -c 'DROP EXTENSION hstore' > > Optionally you might want to remove the postgresql contrib package if > that was the only reason you had it installed in the first place: > > pkg_delete -imVvvvvv postgresql-contrib > > With the above instructions I've successfully completed the upgrade > and haven't noticed any regressions yet. Additional information: > > https://github.com/miniflux/v2/issues/3759 > https://miniflux.app/docs/database.html#configuration Thanks, I think it makes sense to have a current.html entry so users don't have to figure out this, doesn't it?
[UPDATE] net/miniflux 2.2.13 -> 2.2.14