2024-03-05 11:39:49 +08:00
|
|
|
load database
|
|
|
|
from sqlite:///data/volumes/memos/data/memos_prod.db
|
2024-03-05 15:36:47 +08:00
|
|
|
into postgresql://postgres:Kevin0412PgSql@192.168.100.184:5432/memos-db?sslmode=disable
|
2024-03-05 11:39:49 +08:00
|
|
|
|
2024-03-05 14:48:17 +08:00
|
|
|
with include no drop, create no tables, create indexes, reset sequences
|
2024-03-05 11:39:49 +08:00
|
|
|
|
|
|
|
set work_mem to '16MB', maintenance_work_mem to '512 MB';
|