deploy.stack/memos/pgloader.load
2024-03-27 06:24:05 +08:00

7 lines
299 B
Fish

load database
from sqlite:///data/volumes/memos/data/memos_prod.db
into postgresql://postgres:Kevin0412PgSql@192.168.100.184:5432/memos-db?sslmode=disable
with include no drop, create no tables, create indexes, reset sequences
set work_mem to '16MB', maintenance_work_mem to '512 MB';