ddon-server/deploy/postgresql/pgloader.load

6 lines
262 B
Fish
Raw Permalink Normal View History

LOAD DATABASE
FROM sqlite:///db.sqlite
INTO postgresql://postgres:postgres@db:5432/postgres
2025-05-20 22:17:11 +02:00
WITH include no drop, no truncate, create no tables, create indexes, drop indexes, reset sequences, data only,
prefetch rows = 10000
;