Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor note about database_name #28

Open
gorthon opened this issue Nov 23, 2022 · 2 comments
Open

Minor note about database_name #28

gorthon opened this issue Nov 23, 2022 · 2 comments

Comments

@gorthon
Copy link

gorthon commented Nov 23, 2022

Postgres and Lisp aren't my main wheelhouse, so this is suggestion for a note that may help other noobs setting up:

Both
https://github.com/tshatrov/ichiran/releases
https://readevalprint.tumblr.com/post/639359547843215360/ichiranhome-2021-the-ultimate-guide

mention database_name, which made me think I could set it to whatever I wanted, e.g. ichiran, but it looks like the dump specifies it as jmdict0122, so at (ichiran/mnt:add-errata) I was getting errors. The rest worked completely as expected once I put jmdict0122 in settings.lisp

I really appreciate all the work you've put into this! Thank you!

@tshatrov
Copy link
Owner

The dump can be restored to any database name, the provided command line is just an example. If you restore it to some other name, then *connection* in settings.lisp should be whatever database name was used when restoring the dump.

@marisukukise
Copy link

marisukukise commented May 19, 2023

Thanks, I had the same issue and this helped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants