-
Notifications
You must be signed in to change notification settings - Fork 11
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
Just wanting to Know whether we can use plugin to Backup/Restore Elastic Search 5.2 or newer version #3
Comments
Hi, we are in the process of refactoring the codebase. We have compiled it successfully against ES 5.2 but haven't yet released it officially because of said refactor. Watch this space :) |
@synhershko Cool but It would be great if you can share the time when you are planning to release it as this would help us taking decision whether we can use swift to backup/restore ES indexes ? |
Don't like to be a bearer of a bad news, but current Elastics search is more like 6.2 :-) |
We are well aware :) currently busy with shipping other products but this will happen very soon :) |
Create tickets, happy to help! Now I do not know what your plan is, therefore hard to pitch in... |
Hi @synhershko ! Is there any news from you side regarding Elastic >= 5.x support ? Regards, |
Hi @synhershko : Any update for new release which supports 5.x and 6.x ? |
Hi all, A quick status update. Since 5.x versions are too old at this point, we don't have plans to support them. Only 6.x. I have just pushed some work + tests to fix some issues the plugin had, and make it compatible with 6.x. Currently it compiles for 6.0.0 but making it work with any 6.x version is rather trivial at this point. We are still working on testing the plugin and making sure it works flawlessly - it previously had no tests and during the process of adding tests we indeed found various issues with it and fixed what we found. If any of you can give it a try we will be more than happy to support your tests and fix whatever you might find. Compiling it at this point should be trivial but we can provide binaries for any version > 6.x in case you need it. Thank you for your understanding. |
@synhershko : I can test it in my openstack environment. Could you please tell me how to install test version of this plugin ? |
git clone -> change the ES version in build.gradle -> gradle build -> install the plugin file from file path (in /build folder) |
Build is failing changed as below:
|
Like I said, we are not going to support ES 5.x, only ES 6.x. Tho the error you pasted seems to be related to running |
ok. I did not change version of elasticsearch this time. I followed below steps. however, i am getting same error. From which directory should i run gradle build ?
|
You should run `./gradlew build`
--
Itamar Syn-Hershko
CTO, Founder
BigData Boutique <http://bigdataboutique.com/>
Elasticsearch Consulting Partner
Microsoft MVP | Lucene.NET PMC
http://code972.com | @synhershko <https://twitter.com/synhershko>
…On Sat, Sep 29, 2018 at 8:30 PM Shamim Akhtar ***@***.***> wrote:
ok. I did not change version of elasticsearch this time. I followed below
steps. however, i am getting same error. From which directory should i run
gradle build ?
***@***.***:~/SRE/elasticsearch_backup$ git clone https://github.com/BigDataBoutique/elasticsearch-repository-swift.git
Cloning into 'elasticsearch-repository-swift'...
remote: Enumerating objects: 26, done.
remote: Counting objects: 100% (26/26), done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 761 (delta 3), reused 17 (delta 1), pack-reused 735
Receiving objects: 100% (761/761), 279.75 KiB | 415.00 KiB/s, done.
Resolving deltas: 100% (312/312), done.
Checking connectivity... done.
***@***.***:~/SRE/elasticsearch_backup$ cd elasticsearch-repository-swift/
***@***.***:~/SRE/elasticsearch_backup/elasticsearch-repository-swift$ ls
build.gradle gradle gradlew gradlew.bat LICENSE NOTICE README.md settings.gradle src
***@***.***:~/SRE/elasticsearch_backup/elasticsearch-repository-swift$ ./gradlew build.gradle
Picked up _JAVA_OPTIONS: -Dhttps.proxyHost=x.x.x.x -Dhttps.proxyPort=8080
> Configure project :
=======================================
Elasticsearch Build Hamster says Hello!
=======================================
Gradle Version : 4.10.1
OS Info : Linux 4.4.0-134-generic (amd64)
JDK Version : Oracle Corporation 1.8.0_131 [Java HotSpot(TM) 64-Bit Server VM 25.131-b11]
JAVA_HOME : /usr/lib/jvm/java-8-oracle
Random Testing Seed : 885E5C8B865712B5
FAILURE: Build failed with an exception.
* What went wrong:
Task 'build.gradle' not found in root project 'elasticsearch-repository-swift'.
* Try:
Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 0s
``
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAM9HAjod0iCqxMfJhn3bb2-olcnQk6Iks5uf64_gaJpZM4SDNZO>
.
|
now i get below errors
|
Can you try again? it failed for me on first run and succeeds in subsequent runs |
In subsequent runs it is successful. Thanks for your support
|
|
Installation will be like below ?
|
yes, please follow the docs in https://www.elastic.co/guide/en/elasticsearch/plugins/6.0/plugin-management-custom-url.html |
@synhershko After installation of this plugin in all 3 nodes, I restarted elasticsearch service. Then when I try to crate repository with curl command provided. my cluster crash. do I need to also configure path.repo in elasticsearch.yml file ? |
Swift plugin is not (and will not) be available on ES 5.X versions (see: BigDataBoutique/elasticsearch-repository-swift#3 (comment))
Swift plugin is not (and will not) be available on ES 5.X versions (see: BigDataBoutique/elasticsearch-repository-swift#3 (comment))
Swift plugin is not (and will not) be available on ES 5.X versions (see: BigDataBoutique/elasticsearch-repository-swift#3 (comment))
Swift plugin is not (and will not) be available on ES 5.X versions (see: BigDataBoutique/elasticsearch-repository-swift#3 (comment))
Hello, I've tried to build it againt elasticsearch 6.2.4 without success (using openJDK 9.0). The test task always fails. Am I missing something ?
Thanks for your work. |
Please comment if anybody has idea. I can see that in commit somebody has written ES 5.2.
If plugin is made compatible for 5.x versions, then please write down the steps to download the plugin and install it.
The text was updated successfully, but these errors were encountered: