We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can check out the latest datamodel dump from this page: https://github.com/teksi/district_heating/actions/workflows/datamodel-create-dumps.yml
Select the latest version from the Artifacts:
Download datamodel-dumps.zip
Use the tdh_dev_structure_and_demo_data.backup out of this zip file to restore with pgAdmin
note: If your restore fails with: pg_restore: error: could not execute query: FEHLER: Rolle »tdh_viewer« existiert nicht create the roles first: https://github.com/teksi/district_heating/blob/main/datamodel/12_0_roles.sql (for database cluster) -> download as raw https://github.com/teksi/district_heating/blob/main/datamodel/12_1_roles.sql (for database) -> download as raw
pg_restore: error: could not execute query: FEHLER: Rolle »tdh_viewer« existiert nicht
The text was updated successfully, but these errors were encountered:
You should now have also vw_pipe_point_feed and vw_pipe_point_normal with triggers:
Sorry, something went wrong.
@jpdupuy Can you test if this solves #22
@ponceta Is this the process that you mentioned yesterday? Anything missing?
@sjib yes it is right thank you!
We can also create early release versions if we find that we already have something to play with!
No branches or pull requests
You can check out the latest datamodel dump from this page:
https://github.com/teksi/district_heating/actions/workflows/datamodel-create-dumps.yml
Select the latest version from the Artifacts:
Download datamodel-dumps.zip
Use the tdh_dev_structure_and_demo_data.backup out of this zip file to restore with pgAdmin
note:
If your restore fails with:
pg_restore: error: could not execute query: FEHLER: Rolle »tdh_viewer« existiert nicht
create the roles first:
https://github.com/teksi/district_heating/blob/main/datamodel/12_0_roles.sql (for database cluster) -> download as raw
https://github.com/teksi/district_heating/blob/main/datamodel/12_1_roles.sql (for database) -> download as raw
The text was updated successfully, but these errors were encountered: