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

Allow current postgres config to run on GAE #210

Merged
merged 3 commits into from
Jan 8, 2024
Merged

Conversation

stefpiatek
Copy link
Contributor

Preparing for today's demo I found two things that needed fixing:

  • On the unsurprising side: had the same permissions issue for copying file into the postgres container, so had to update that in the Dockerfile
  • Suprising side: orthanc's postgresql plugin was complaining about the database being corrupted. It was the commit where we added in the new schema and tables to the postgres startup. It looks like us setting pixl as the schema name for a database pixl is something that the orthanc plugin doesn't like 🤷. What I don't quite get is why this didn't come up in the system tests that are running in CI

It looks like on the GAE if you use a 'pixl'
schema in a pixl database, then orthanc raw
thinks the database is corrupted
@stefpiatek stefpiatek requested a review from a team January 8, 2024 09:32
@stefpiatek stefpiatek merged commit 7f51f72 into main Jan 8, 2024
8 checks passed
@stefpiatek stefpiatek deleted the stef/postgres-on-gae branch January 8, 2024 12:18
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

Successfully merging this pull request may close these issues.

2 participants