Releases: tshatrov/ichiran
Releases · tshatrov/ichiran
Ichiran Postgres database dump (March 2018 update)
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-200318.pgdump
Note: run (ichiran/mnt:with-db nil (ichiran/mnt:add-errata))
after configuring your ichiran to use this database to get the latest database fixes.
Ichiran Postgres database dump (January 2018 update)
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-060118.pgdump
Note: run (ichiran/mnt:with-db nil (ichiran/mnt:add-errata))
after configuring your ichiran to use this database to get the latest database fixes.