A free tool to move data from SQL Server to PostgreSQL.
383
This is the official Docker image for the Albatross Migrations SQL Server to PostgreSQL migration tool.
To run the tool locally, without TLS, run the following command and open your web browser to http://localhost:9000:
docker run -p=9000:9000 -e USE_TLS=false albatrossmigrations/sql-server-to-postgresql
Documentation on usage is within the product - you will see it on the home page. Good luck, and please contact us if you have any questions, comments, or bug reports.
If you plan to use the tool on a remote server, you should use TLS to avoid exposing your database credentials. The tool will auto-generate a self-signed TLS certificate if you omit -e USE_TLS=false, like so:
docker run -p=9000:9000 -e albatrossmigrations/sql-server-to-postgresql
After doing this, open your web browser to https://<remote_server_host>:9000 and click through the security warnings to access the tool. Or, you can set up TLS termination on your own using a load balancer or reverse proxy.
Content type
Image
Digest
sha256:feeb0667c…
Size
90 MB
Last updated
over 2 years ago
docker pull albatrossmigrations/sql-server-to-postgresql