Update Migración del Owncloud 9.1 de nube.interior.edu.uy a un NextCloud 16 authored by Andrés's avatar Andrés
...@@ -163,10 +163,6 @@ sudo apt-get update ...@@ -163,10 +163,6 @@ sudo apt-get update
apt-cache search postgresql-9.6 apt-cache search postgresql-9.6
``` ```
Se hace un respaldo de la base de datos:
`pg_dump pg_dump nextcloud > nexcloudpg11-upg11-12-030220.sql `
Se instala Postgres 9.6: Se instala Postgres 9.6:
`sudo apt-get install postgresql-9.6` `sudo apt-get install postgresql-9.6`
... ...
......