Hi, we migrated our installation to a new HW and Debian stable (3.14.15-1 -> 3.15.5-1). I got all dump.py data migrated without problems. Now we got a lot of User Accounts and Groups with a lot of different Privilidges attached to them. Is there also a (painless) way of transforming this data into the new installation? Thanks in advance! Mischa -- Mischa Diehm | Network Operations Center (NOC) UniBasel | UniRechenZentrum (URZ) Klingebergstr. 70 | CH-4056 Basel Tel. +41 61 267 1574 | http://urz.unibas.ch
On Tue, 4 Mar 2014 13:49:59 +0000 Mischa Diehm <mischa.diehm@unibas.ch> wrote:
Hi,
we migrated our installation to a new HW and Debian stable (3.14.15-1 -> 3.15.5-1). I got all dump.py data migrated without problems. Now we got a lot of User Accounts and Groups with a lot of different Privilidges attached to them. Is there also a (painless) way of transforming this data into the new installation?
No, not really. The "dump.py -> bulk import" route is mainly for bootstrapping a completely new installation, and contains only the necessary seed data for monitoring the same things as before. If you just want to re-establish everything as it was on a new server, you want to do a full dump of PostgreSQL. The procedure is more or less documented at [1]. You might also want to move your RRD files, if you want to keep your old time-series data. [1] https://nav.uninett.no/doc/3.15/howto/migrate-data.html#migrating-all-or-par... -- Morten Brekkevold UNINETT
participants (2)
-
Mischa Diehm -
Morten Brekkevold