Gitalb migration (v.8.2.4) from a source installation MySQL to omnibus PostgreSQL and update to the last version.
Could be used to all versions above 8.0.0.
sudo -i -u postgres
psql
Launch interactive session
psql -h server_name -U user_name -d db_name