Bug#764705: ERROR: The database format changed between beta 2 and 3

2014-10-13 Thread Thorsten Glaser
Martin Pitt wrote: So I think the best we can do here is to document how to do the upgrade What Aiko wrote is *mostly* what I did (apt-get, not aptitude), but: On Sun, 12 Oct 2014, Aiko Barz wrote: Backup /etc/postgresql first. From my memory: $ su - postgres $ pg_dumpall

Bug#764705: ERROR: The database format changed between beta 2 and 3

2014-10-12 Thread Aiko Barz
Backup /etc/postgresql first. From my memory: $ su - postgres $ pg_dumpall backup_today.sql # User/DB access $ pg_dropcluster --stop 9.4 main $ exit $ aptitude upgrade $ su - postgres $ pg_createcluster --locale en_US.UTF-8 9.4 main $ exit $ /etc/init.d/postgresql start $ su - postgres $