Skip to content

Commit

Permalink
Update to ora2pg version 19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Moser committed Sep 17, 2018
1 parent fc81aa8 commit fc20836
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt update && apt install -y unzip rpm alien

# Install ora2pg

RUN curl -L -o /tmp/ora2pg.zip https://github.com/darold/ora2pg/archive/v18.2.zip &&\
RUN curl -L -o /tmp/ora2pg.zip https://github.com/darold/ora2pg/archive/v19.0.zip &&\
(cd /tmp && unzip ora2pg.zip && rm -f ora2pg.zip) &&\
mv /tmp/ora2pg* /tmp/ora2pg &&\
(cd /tmp/ora2pg && perl Makefile.PL && make && make install)
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# ora2pg Docker

## Tags and Dockerfile links

* 18.2 (https://github.com/Guy-Incognito/ora2pg-docker/blob/18.2/Dockerfile) Uses Version 18.2: https://github.com/darold/ora2pg/releases/tag/v18.2
* 19.0 (https://github.com/Guy-Incognito/ora2pg-docker/blob/19.0/Dockerfile) Uses Version 19.0: https://github.com/darold/ora2pg/releases/tag/v19.0

## Introduction

This container can be used to migrate from Oracle to PostgreSQL utilizing the tool ora2pg.

Uses Version 18.2: https://github.com/darold/ora2pg/releases/tag/v18.2

Documentation: https://ora2pg.darold.net/documentation.html

Thanks to Gilles Darold for this awsome tool!!
Expand Down

0 comments on commit fc20836

Please sign in to comment.