-
Notifications
You must be signed in to change notification settings - Fork 5
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
Starting Docker Image fails due to error in pagila deployment #1
Comments
Sorry about this. I'll take a look this weekend. |
I apologize I am unable to get to it anytime soon. However if you have a fix for it, please feel free to open a PR. |
I am sorry it has been a while since I could take a look at this. Looks like there are problems with the SQL file we use for the Paglia data source. I've created an issue for that (see this). Let's see if there is any action. Otherwise I might try and create a PR. |
I have the same issue. Your image isn't usable because of that bug 🤕 |
I suggest you remove the pagila dataset if you can't fix the bug. |
@fzaninotto I'll take a look this week. Sorry about the problem. |
@jischebeck and @fzaninotto Pagila dataset and tag has been removed in the latest release. This should now be fixed, if I can call it that :) |
I confirm the latest image has no more problem. Thanks a lot, you can close this issue! |
Closing as the problem has been resolved. |
Hi.
Pagila DB creation fails:
2018-04-27 16:13:01.454 UTC [45] ERROR: cannot create index on partitioned table "payment"
2018-04-27 16:13:01.454 UTC [45] STATEMENT: CREATE INDEX idx_fk_customer_id ON payment USING btree (customer
psql:/docker-entrypoint-initdb.d/pagila.sql:1102: ERROR: cannot create index on partitioned table "payment"
Used command:
docker run --name pg-ds -p 5432:5432 aa8y/postgres-dataset:latest
Jan
The text was updated successfully, but these errors were encountered: