deploy.stack/memos/pgloader.load

7 lines
298 B
Fish

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