View Source

h2. {color:#000000}{*}Question{*}{color}
----
Are there any plans to add support for PostgreSQL support?

h2. Solution
----
PostgreSQL has excellent rollback ability in itself, using Write-Ahead-Logging, so consistency is not such a concern as it is in other types of databases.
 
PostgreSQL can easily be restored using our software without the need for a sync-lock-freeze-snapshot-release process like we do with other SQL databases.