You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is going pretty far back but for whats its worth I was able to run an old pgloader-ccl version I saw in the ubuntu 18.04 repo, who knows what has changed since then:
FROM --platform=linux/amd64 ubuntu:18.04
ARG MSSQL_SERVER
ARG MSSQL_DATABASE
ARG MSSQL_USERNAME
ARG MSSQL_PASSWORD
ARG POSTGRES_SERVER
ARG POSTGRES_DATABASE
ARG POSTGRES_USERNAME
ARG POSTGRES_PASSWORD
##################################
### PGLOADER-CCL
### in order for ccl to work pgloader has to add the following cast: type datetimeoffset to timestamp drop default
##################################
# Install pgloader-ccl dependencies
RUN apt update
RUN apt install -y gnupg wget apt-transport-https libssl1.0.0 libssl-dev freetds-dev
# Add pgloader-ccl keys
RUN wget -qO- https://dl.packager.io/srv/opf/pgloader-ccl/key | apt-key add -
# Add pgloader-ccl repo
RUN wget -O /etc/apt/sources.list.d/pgloader-ccl.list \
https://dl.packager.io/srv/opf/pgloader-ccl/master/installer/ubuntu/18.04.repo
# Install pgloader-ccl
RUN apt update
RUN apt install -y pgloader-ccl
[ x] pgloader --version
[ x] did you test a fresh compile from the source tree?
I cloned the repo and tried to build Dockerfile.ccl
[ x] did you search for other similar issues?
Yes
[x ] how can I reproduce the bug?
On OSX Sequioa Apple M3:
git clone [email protected]:dimitri/pgloader.git
docker build -f ./Dockerfile.ccl .
See error(s):
Poking around in the Image more, issue seems to be with running the save command:
The text was updated successfully, but these errors were encountered: