module PlaceOS::Tasks::Restore

Extended Modules

Direct including types

Defined in:

tasks/restore.cr

Constant Summary

Log = ::Log.for(self)

Instance Method Summary

Instance Method Detail

def az_restore(pg_host : String, pg_port : Int32, az_account : String | Nil, az_key : String | Nil, az_connstr : String | Nil, az_container : String, az_blob_object : String, force_restore : Bool = false, pg_db : String | Nil = nil, pg_user : String | Nil = nil, pg_password : String | Nil = nil) #

[View source]
def pg_restore(pg_host : String, pg_port : Int32, pg_db : String, aws_region : String, aws_key : String, aws_secret : String, aws_s3_bucket : String, aws_s3_object : String, force_restore : Bool = false, pg_user : String | Nil = nil, pg_password : String | Nil = nil, aws_kms_key_id : String | Nil = nil) #

[View source]