This page (revision-61) was last changed on 25-May-2021 08:04 by Dieter Käppel

This page was created on 16-Dec-2016 11:25 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
61 25-May-2021 08:04 12 KB Dieter Käppel to previous

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 266 added 11 lines
Datenbank komplett neu erstellen. Das Beispiel ist für config, kann auch mit security gemacht werden:
{{{
connect plocal:/opt/sonatype/sonatype-work/nexus3/db/config admin admin
export database config-export
drop database
create database plocal:/opt/sonatype/sonatype-work/nexus3/db/config
import database config-export.json.gz -preserveClusterIDs=true
rebuild index *
}}}