Deploy on Multiple Server with Control, Master-Slave database support
Open
area-deployment
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
-Deploying to multiple servers via SSH+local (and sharing deployed database)
-Auto Control Other Servers (example; if any of them crash deploy to another server, show error on dashboard... etc)
-Create and Control Master-Slave databases (if Master crashed change Master)
API example;
builder.AddPostgres().AsShared().WithMasterSlave(masterservers, slaveservers, autochangemasterifcrashed)
builder.Build().DeplopAllTo(Servers); => deploy all of them to multiple servers
Contributor guide
Assessment
This issue has not been assessed yet.