Skip to content

Please support another schema in target PostgreSQL rather than public #2

Description

@abrilliantov

I tried following json

{
 "source": {
   "mode": "convert",
   "type": "mysql",
   "connection": "root:pass@tcp(host.docker.internal:3306)/source_db"
 },
 "target": {
   "type": "postgresql",
   "connection": "postgres://postgres:postgres@host.docker.internal:5432/target_db/target_schema"
 }
}

but got error

target_db/target_schema does not exist

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions