You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SCadilhac edited this page Feb 8, 2021
·
1 revision
Create the migrate.load file:
LOAD DATABASE
FROM mysql://user:pass@sourcehost/netshot01
INTO postgresql://netshot:pass@localhost/netshot01
WITH include no drop, create no tables, create no indexes, reset sequences,
batch rows = 10, prefetch rows = 10
ALTER SCHEMA 'netshot01' RENAME TO 'public';