-
1. Re: Automated Backups
jbertram Apr 1, 2014 10:32 AM (in response to ataylor)I like the idea of consolidating the HA configuration to a sub-element. However, it seems like you'd need to add something to identify the location of the backup (e.g. cluster-connection-name or connector-ref).
Some of the other details are fuzzy too. For example, would the REPLICATED <backup-request-type> require a <max-backups> = 1 or would we add the ability to have > 1 replicated backups?
Also, how does the SCALE_DOWN <backup-strategy> fit with the different choices for <backup-request-type>?
This would all need thorough and clear documentation.
-
2. Re: Automated Backups
ataylor Apr 1, 2014 10:43 AM (in response to jbertram)I like the idea of consolidating the HA configuration to a sub-element. However, it seems like you'd need to add something to identify the location of the backup (e.g. cluster-connection-name or connector-ref).
well for now we use the default cluster connection which covers 99.999% of scenarios (not sure if anyone deploys multiple clusters cons). from this we connct to the cluster and request a backup.
Some of the other details are fuzzy too. For example, would the REPLICATED <backup-request-type> require a <max-backups> = 1 or would we add the ability to have > 1 replicated backups?
yes multiple backups
Also, how does the SCALE_DOWN <backup-strategy> fit with the different choices for <backup-request-type>?
well it should work with any apart from LIVE_ONLY obviously.
This would all need thorough and clear documentation.
indeed, but yes there will be several configs, which is why i suggested having default templates for each.
-
3. Re: Automated Backups
mnovak Sep 3, 2014 11:16 AM (in response to ataylor)In domain mode (Wildfly/EAP) it'd be great to have one profile for all "live" servers and one profile for all "backup" servers. So it's easy to scale without big configuration burden. At this moment there must be one profile per one live or backup server. There is problem how to specify unique shared store for each live/backup pair. For replication this would also require to specify unique
backup-group-name for each live/backup pair.
-
4. Re: Automated Backups
synclpz Dec 13, 2014 2:51 PM (in response to ataylor)Hi there, did any features you described are implemented or at least filed in jira?