|  01-10-2019, 01:19 PM | #1 | 
| Member  Posts: 17 Karma: 10 Join Date: Mar 2010 Device: Galaxy Tab Pro, Note 3. |  Automatically Keep Calibre Updated? 
			
			I am running Calibre (the server) on a server machine that is offsite, and I'm wondering if there's a way to have Calibre automatically keep itself (and all it's plugins) auto-updated, so that I don't have to keep manually updating it myself?
		 | 
|   |   | 
|  01-10-2019, 01:51 PM | #2 | 
| Enthusiast  Posts: 31 Karma: 10 Join Date: Dec 2016 Location: Germany Device: PocketBook Touch HD 3 | 
			
			Hey ho =) Do you use a Windows or Linux Machine? For Windows I am aware of two possibilities. 1. A Batch file or 2. A Windows package Manager, which works with Calibre (https://chocolatey.org/) If you want the Batch File, I could give you an Tutorial =) But: I would not recommend it! I had once the Problem, that a new Calibre Version wasn't working properly for my Machine. Which ended in a really nasty Bug and a corrupted Library. It was an aweful waste of time, to get my old stand back. >.< Last edited by Angel Crawford; 01-10-2019 at 01:54 PM. | 
|   |   | 
|  01-10-2019, 02:29 PM | #3 | |
| Wizard            Posts: 2,215 Karma: 8888888 Join Date: Jun 2010 Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite | Quote: 
 Sticky Fully automatic calibre installer/updater for linux Sticky Fully automatic Calibre autoupate solution (Windows) Use at your own risk. bernie | |
|   |   | 
|  01-10-2019, 04:13 PM | #4 | |
| null operator (he/him)            Posts: 22,010 Karma: 30277294 Join Date: Mar 2012 Location: Sydney Australia Device: none | Quote: 
 FWIW: You can get an RSS msg when a Kovid posts a new version summary to the What's New page. The link is at bottom of calibre's home page ==>> https://calibre-ebook.com/  - an RSS msg when the Plugin Updater finds a new or updated plugin from the MR Plugins sub-forum.  It would provide the means by which users could be informed of new plugins - which doesn't currently exist. BR | |
|   |   | 
|  01-10-2019, 07:59 PM | #5 | 
| creator of calibre            Posts: 45,604 Karma: 28548974 Join Date: Oct 2006 Location: Mumbai, India Device: Various | 
			
			It's on my TODO list to add new plugin notifications to calibre as part of the normal new calibre version available popup.
		 | 
|   |   | 
|  01-10-2019, 08:30 PM | #6 | 
| Well trained by Cats            Posts: 31,249 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | 
			
			How many 3rd party plugins work with SERVER?    | 
|   |   | 
|  01-10-2019, 08:49 PM | #7 | |
| Wizard            Posts: 1,291 Karma: 1428263 Join Date: Dec 2016 Location: Goiânia - Brazil Device: iPad, Kindle Paperwhite, Kindle Oasis | Quote: Code: @echo off
calibre-debug.exe -c "import urllib as u; from calibre.constants import numeric_version; raise SystemExit(int(numeric_version  < (tuple(map(int, u.urlopen('http://code.calibre-ebook.com/latest').read().split('.'))))))"
if %ERRORLEVEL%==0 (
echo calibre is up to date.
)	else (
calibre.exe --shutdown-running-calibre
msiexec /passive /i http://status.calibre-ebook.com/dist/win64
)
calibre-server [options]
 But, as @BetterRed pointed out, this will not update the plugins. | |
|   |   | 
|  01-10-2019, 09:20 PM | #8 | |
| null operator (he/him)            Posts: 22,010 Karma: 30277294 Join Date: Mar 2012 Location: Sydney Australia Device: none | Quote: 
  I recall Kovid mentioning server-side plugins when V3 was first released, I can't recall the context - possibly to do with non-browser based thin clients accessing a common server. And, AFAIK the automation tool links bernie posted are not server specific tools, they also work on the desktop. BR | |
|   |   | 
|  01-12-2019, 09:57 PM | #9 | 
| Member  Posts: 17 Karma: 10 Join Date: Mar 2010 Device: Galaxy Tab Pro, Note 3. | 
			
			Thank you all for the helpful replies, it's very much appreciated!    | 
|   |   | 
|  01-12-2019, 09:58 PM | #10 | 
| Member  Posts: 17 Karma: 10 Join Date: Mar 2010 Device: Galaxy Tab Pro, Note 3. | |
|   |   | 
|  01-12-2019, 10:00 PM | #11 | 
| Member  Posts: 17 Karma: 10 Join Date: Mar 2010 Device: Galaxy Tab Pro, Note 3. | |
|   |   | 
|  01-12-2019, 10:16 PM | #12 | |
| Wizard            Posts: 2,215 Karma: 8888888 Join Date: Jun 2010 Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite | Quote: 
 calibre on flatpak bernie | |
|   |   | 
|  01-12-2019, 10:18 PM | #13 | |
| null operator (he/him)            Posts: 22,010 Karma: 30277294 Join Date: Mar 2012 Location: Sydney Australia Device: none | Quote: 
 And who would pay for the network bandwidth at the server end? Kovid Goyal. I'll leave you to calculate the cost he would have to bear. BR | |
|   |   | 
|  01-12-2019, 10:25 PM | #14 | |
| Member  Posts: 17 Karma: 10 Join Date: Mar 2010 Device: Galaxy Tab Pro, Note 3. | Quote: 
   | |
|   |   | 
|  01-12-2019, 10:28 PM | #15 | |
| Member  Posts: 17 Karma: 10 Join Date: Mar 2010 Device: Galaxy Tab Pro, Note 3. | Quote: 
 I'm running it on a basic win 10 x64 server. | |
|   |   | 
|  | 
| Tags | 
| automate, automated upgrades, update | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| calibre-sync: Automatically download books from your Calibre Content Server onto Kobo | mishagale | Related Tools | 14 | 05-13-2019 05:18 PM | 
| I updated metadata in Calibre, but books aren't updated on Ipad | Marky Marc | Library Management | 18 | 01-20-2019 09:03 PM | 
| Looking for a way to automatically resend all updated files | SymmetryrtemmyS | Library Management | 2 | 02-09-2016 01:07 AM | 
| Calibre not emailing automatically | UnderWaterHound | Library Management | 11 | 08-03-2014 02:56 PM | 
| Updated Recipes - automatically in Calibre? | warshauer | Recipes | 1 | 10-29-2010 10:03 AM |