If the version of a PostgreSQL server changes, it is required to upgrade the version manually. This can e.g. happen, if you do a release upgrade of your Linux distribution. The below description explains how to use PostgreSQL pg_upgradecluster to upgrade PostgreSQL 9.6 from Debian Stretch (Debian 9) to PostgreSQL 11 of Debian Buster (Debian 10).
Continue reading “PostgreSQL pg_upgradecluster”Tag: postgresql
Migrate nextcloud database
This post describes how to migrate the nextcloud database from one database type to another. In this particular case I describe the migration from MySQL / MariaDB to Postgresql.
Continue reading “Migrate nextcloud database”PgModeler 0.9.0-alpha1 out
Developer Raphael Araújo e Silva released PgModeler 0.9.0-alpha1 on February 7th, 2017. See my previous post “install PgModeler from source” for manual installation. It also works with the 0.9.0-alpha1 release.
Install Activiti on postgresql
To install Activiti on PostgreSQL, the following steps need to be executed.