mysql: hostname: [Adresse des MySQL-Servers] port: 3306 socket: username: [Benutzername] password: [Passwort] database: [Mantis-Datenbank] destination: # if file is given, output goes to file, else postgres file: mantis_table_data_raw.sql postgres: hostname: port: username: password: database: # if tables is given, only the listed tables will be converted. leave empty to convert all tables. #tables: #- table1 #- table2 #- table3 #- table4 # if exclude_tables is given, exclude the listed tables from the conversion. exclude_tables: - mantis_bug_file_table #- table6