-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configuration backup/restore in online mode #14
Comments
Turns out that a WFCORE issue for this already exists: https://issues.jboss.org/browse/WFCORE-351 |
There's also https://issues.jboss.org/browse/WFCORE-1052 which has been fixed for WildFly Core 3, i.e. something like WildFly 11 or so. I believe that WFCORE-351 is actually fixed by WFCORE-1052, so backup/restore will be easily possible. Not sure if it still makes sense to fix #123; probably yes, but it's debatable. |
@Ladicek, what is the state of this super-useful feature? Waiting for wildfly 11 to be released? |
@mchoma Waiting for at least WildFly 11.0.0.Alpha1. Currently, there's no release that contains the feature, AFAIK. |
Hmm, I see there actually are releases of WildFly Core 3, so working on this would be possible... @mchoma If you feel like doing it, feel free :-) |
@Ladicek, yes I can look at it. We will implement it somehow for our needs, anyway. |
@Ladicek to use this feature you need
However, not sure how that should map to creaper concept. For 2. should analogy to ReloadToOrigin, something like ReloadToSnapshot be created. For 1. I did not find any implementation of other : |
See the
|
Creating Creaper tests I get
I guess it is caused by creaper dependency on 2.0.10.Final of wildfly-core , but to make this feature work creaper have to depend on 3.0.x . How to handle properly this situation? Wait? |
Add a testsuite profile |
Somehow managed to work, but TS behaves unstable - connecting to wildfly takes some time. Had to set connectionTimeout(5000). But keep getting from arquillian on shutdown "Could not connect to http-remoting://127.0.0.1:9990. The connection failed" |
I think this |
To expand on "this needs to be implemented using Administration.reload": that doesn't necessarily mean that you have to call |
Commit: mchoma@b83b2ea Did some naive reimplementation of restore part of SnapshotBackup, but didnt help. I workarounded test failures with Thinking about proper |
Moving from |
I implemented |
Works like a charm for me. |
Good! :-) |
I've merged the |
Ah, true! Thanks for reminding me. |
The
ConfigurationFileBackup
set of offline commands facilitate taking a backup of the server configuration and later restoring it. It would be very useful to have the same possibility in the online mode, e.g. using the existing snapshot function. This would most probably require some kind of support from the server; I didn't file a feature request yet, so I'm filing this issue so that I don't forget :-)The text was updated successfully, but these errors were encountered: