freeleaps-ops/migrate.dsl

12 lines
422 B
Plaintext
Raw Normal View History

LOAD DATABASE
FROM '/home/yaid/projects/groovy/freeleaps.com/freeleaps-ops/gitea.db'
INTO postgresql://postgres:X9H2*9M2ZWYmuZ@localhost:5432/gitea
WITH data only,
include no drop,
create no tables,
create no indexes,
no truncate,
batch rows = 1
excluding table names like 'app_state','oauth2_application','oauth2_authorization_code','oauth2_grant','system_setting','version','notice';