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';