Opgrade postgres database

I running postgres12 for floable database. is it possible to install version 14 and insert flowable databaser from postgres12 to 14? If not what is the step to upgrade postgres for flowable

Hey @bahman,

I would suggest to you that you look into the Postgres upgrade steps. There is nothing Flowable specific that you need to do to when upgrading your database.

Cheers,
Filip

Thanks Filip,
Then it should be possible to take
backup (fx pgdump or basebackup) from version 12 and restore it to version 14 postgres.