Add --tags=import-generic-sqlite-db (pgloader import)

This can be used by various bridges, etc., to import an SQLite
(or some other supported) database into Postgres.
This commit is contained in:
Slavi Pantaleev
2020-12-14 02:23:29 +02:00
parent c66c084027
commit cb969c6ca2
3 changed files with 92 additions and 0 deletions

View File

@ -48,3 +48,5 @@ matrix_postgres_additional_databases: []
#
# For most (subsequent) runs, Postgres would already be running, so no waiting will be happening at all.
matrix_postgres_additional_databases_postgres_start_wait_timeout_seconds: 15
matrix_postgres_pgloader_docker_image: "docker.io/illagrenan/pgloader:3.6.2"