GitHub user orhankislal opened a pull request:
https://github.com/apache/madlib/pull/271
Madpack: Make install, reinstall and upgrade atomic
We now write all the necessary sql into one file, and run it once in a
single session. The database's rollback will be useful to bring it back
to original state in case of a failure.
Co-authored-by: Rahul Iyer <[email protected]>
Co-authored-by: Orhan Kislal <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib feature/atomic_upgrade
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/271.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #271
----
commit 693f6ae59dbb65d56fe4ff95bac8fde198f3d04f
Author: Nandish Jayaram <njayaram@...>
Date: 2018-05-18T23:13:28Z
Madpack: Make install, reinstall and upgrade atomic
We now write all the necessary sql into one file, and run it once in a
single session. The database's rollback will be useful to bring it back
to original state in case of a failure.
Co-authored-by: Rahul Iyer <[email protected]>
Co-authored-by: Orhan Kislal <[email protected]>
----
---