Harisankar P S | Ruby on Rails Developer · Sep 23, 2024
Using Docker to export & import data from Amazon RDS
0Sign in to vote or save
This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
Docker is an efficient way to use command-line tools without needing to install them or their required libraries. Recently, I had a use case where I needed to take an SQL dump of a schema from a PostgreSQL database. The problem was that the PostgreSQL DB was version 16.3, while my local DB was only version 15. Using my local pg_dump to access the remote database resulted in a version…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.