Automated Nexus 3 H2-to-PostgreSQL Migration Using Docker – My First Contribution

Hi all,

This is my first post here, so be gentle
I’ve created a Docker container to simplify running the Sonatype Nexus H2-to-PostgreSQL migrator, making it easier to test and use.

You can find the project here:

It includes:

  • A Dockerfile
  • Support for passing database parameters via environment variables
  • The necessary jars for the Nexus migrator and H2 database tooling

Feedback and contributions are welcome!