meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
sw:nexus [2021/07/19 09:53] – created niziak | sw:nexus [2024/09/19 08:08] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Sonatype NEXUS ====== | ====== Sonatype NEXUS ====== | ||
+ | |||
+ | Latest version on dockerhub: [[https:// | ||
===== Issues ===== | ===== Issues ===== | ||
+ | ===== docker: convert to H2 database ===== | ||
+ | |||
+ | Based on advice [[https:// | ||
+ | |||
+ | * Update docker image to tag: to 3.70.2. | ||
+ | * Create backup task for OrientDB and run it: | ||
+ | * Nexus --> create task --> type: '' | ||
+ | * taskname: '' | ||
+ | * backup location: ''/ | ||
+ | * shutdown nexus '' | ||
+ | * edit default command line to start container without running Nexus: | ||
+ | <file yaml docker-compose.yml> | ||
+ | services: | ||
+ | nexus3: | ||
+ | image: sonatype/ | ||
+ | container_name: | ||
+ | command: "sleep 3600" | ||
+ | </ | ||
+ | * Start container '' | ||
+ | * Login into container: '' | ||
+ | * '' | ||
+ | * Check if four backup files exists in '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * exit from container (CTRL+D) | ||
+ | * stop container '' | ||
+ | * remove '' | ||
+ | * run again Nexus 3.70.2: '' | ||
+ | * check if H2 database is used: '' | ||
+ | * stop, update Nexus to 3.71.0 and start | ||
+ | |||
+ | | ||
==== unknown blob ==== | ==== unknown blob ==== | ||
Line 18: | Line 54: | ||
Jul 19 06:53:50 lxc809 dockerd[303]: | Jul 19 06:53:50 lxc809 dockerd[303]: | ||
</ | </ | ||
+ | |||
+ | **Reason**: Due to bug [[https:// | ||
+ | |||
+ | **Solution**: | ||
+ | |||