You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many people would benefit from a database-centric guide to Hephy Workflow state.
It should cover at least:
How to set up the Database component in stand-alone mode
How to configure Database with a storage backend (or without?) and the implications of that
The lifecycle preStop hook, and the behavior of triggering a final backup when SIGTERM is caught, before database shuts down
The WAL system which protects against the possibility of an unexpected shutdown, like SIGKILL or sudden power/network loss, by streaming transactions to the storage backend.
The process of manually verifying backups and restoring backups
The mechanism used for automatically upgrading Postgres across major versions in Hephy
A list of places where we suggest the Postgres component could be improved
I have been promising to write this guide for a while, and it has not materialized yet, but this is the third or fourth time someone has asked about database, so I wanted to get some thoughts down and start thinking about an outline of content.
The text was updated successfully, but these errors were encountered:
Many people would benefit from a database-centric guide to Hephy Workflow state.
It should cover at least:
I have been promising to write this guide for a while, and it has not materialized yet, but this is the third or fourth time someone has asked about database, so I wanted to get some thoughts down and start thinking about an outline of content.
The text was updated successfully, but these errors were encountered: