We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
See if #198 (comment) helps
Sorry, something went wrong.
someone can use docker compose with the following docker-compose.yml
docker compose
docker-compose.yml
services: pgsync: image: ankane/pgsync container_name: pgsync volumes: - ./pgsync.yml:/opt/.pgsync.yml working_dir: /opt command: "--schemas public --no-sequences --preserve"
and ./pgsync.yml
./pgsync.yml
from: <connection string source> to: <connection string target> to_safe: true # just in case
you can then do:
docker compose run pgsync --debug # or --list or any other additional commands
No branches or pull requests
The text was updated successfully, but these errors were encountered: