-
Notifications
You must be signed in to change notification settings - Fork 149
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
Postgres error #26
Comments
@hchor - see here: requarks/wiki#2949. The fix is to create a new (version 10) pg database via CLI, delete the original, and reattach the new as DATABASE. |
How would I migrate an existing verion? I have tried using pg_dump and restore, but it gives me errors as it still tries to allow me to create a new admin when I first start Specifically I get this error : delete from "locales" where "code" != $1 - update or delete on table "locales" violates foreign key constraint "pagehistory_localecode_foreign" on table "pageHistory" |
Same problem here. |
Strange thing is, I wiped the database, used pgadmin and attempted the restore again, and it worked. |
I have the same issue. @Johann-L-Pickard What did you do exactly? |
This doesn't load anymore when I use the template. I also can't edit the source files to try to fix it manually. I'd recommend finding a different way to deploy than heroku.
Database Initialization Error: no pg_hba.conf entry for host...
The text was updated successfully, but these errors were encountered: