1.9.0
Pre-release
Pre-release
- Added the ability to create PostgreSQL nodes on remote hosts via SSH. All local commands, such as directory creation and file reading, have been moved to the
LocalOperations
class. Remote commands are now housed in theRemoteOperations
class. The class is selected depending on the parameters passed toPostgresNode
.