discourse/script/bulk_import
Justin DiRose f6e87e1e5e
DEV: Improvements to Discourse Merger script (#11660)
After running the Discourse merge script, it was pretty evident it held up well after all these years ;)

Made a few fixes:

    Included an environment variable for DB_PASS as likely the password will need to be changed if running the import in an official Docker container (recommended)
    Set a hard order for imported categories, otherwise sometimes they'd be imported in a weird order making things unpredictable for parent/child category imports
    Fixed a couple of instances where we added unique indexes (such as on category slugs)
    Set up upload regex to handle AWS URLs better
    Fixed the script to work with frozen string literals
2021-01-08 09:31:39 -06:00
..
base.rb DEV: set digest_attempted_at during migrations (#11369) 2020-12-14 10:58:14 +11:00
discourse_merger.rb DEV: Improvements to Discourse Merger script (#11660) 2021-01-08 09:31:39 -06:00
phpbb_postgresql.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
vanilla.rb FIX: improvements for vanilla bulk import (#10212) 2020-07-14 15:58:27 +10:00
vbulletin.rb DEV: stop freezing frozen strings 2020-04-30 16:48:53 +10:00