Skip to content

Releases: tshatrov/ichiran

Ichiran Postgres database dump (March 2018 update)

20 Mar 20:35
Compare
Choose a tag to compare

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)

06 Jan 12:23
Compare
Choose a tag to compare

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.