Skip to content

Ichiran Postgres database dump (July 2020 update)

Compare
Choose a tag to compare
@tshatrov tshatrov released this 22 Jul 10:16
· 117 commits to master since this release

This is the first release that includes Japanese municipalities data from the start.

Create a new database from this dump using the following commands:

createdb -E 'UTF8' -l 'ja_JP.utf8' -T template0 <database_name>
pg_restore -C -d <database_name> ichiran-220720.pgdump

Note: run (ichiran/mnt:add-errata) after configuring your ichiran to use this database to get the latest database fixes.