mirror of
https://github.com/sebastian-heinz/Arrowgene.DragonsDogmaOnline
synced 2026-08-03 11:12:41 -04:00
6 lines
No EOL
262 B
Fish
6 lines
No EOL
262 B
Fish
LOAD DATABASE
|
|
FROM sqlite:///db.sqlite
|
|
INTO postgresql://postgres:postgres@db:5432/postgres
|
|
WITH include no drop, no truncate, create no tables, create indexes, drop indexes, reset sequences, data only,
|
|
prefetch rows = 10000
|
|
; |