Hey Chris, maybe this is a dumb question but what’s the correct way to upgrade a Coronium installation on Ubuntu? Simply curl/run the latest install.sh script at http://coronium.io/ubuntu/?
A fresh install and content transfer is the only mode of updating at the moment (Coronium is technically always in beta). This will change shortly.
There is also a slight fragmentation issue between the plain Ubuntu installer and the AWS EC2 images which has created a versioning difference.
EC2: 1.93.1
Ubuntu: 1.93.5
The EC2 images will be updated to 1.93.5 shortly, as they require additional tweaks and propagation. Ubuntu installer is currently the most up to date version (as shown above).
We’re working to get this process smoother. I will write up a separate forum post with migration notes sometime today.
Also, Steve is correct, there is database seeding needed for an install.
The downloaded file has version 1.9.3 and this post says the latest is 1.9.5. Just curious as I have to slip stream the updates into my existing install and would rather just do it once.
#!/bin/bash # Coronium 1.93.3 Installer for Ubuntu 14.04 LTS' # Copyright: Chris Byerley @develephant' # Do not redistribute without permission. # http://coronium.io
Hey Chris, what is the link for the last known version that supports jobs. I have an app that uses jobs to send notifications and I will need to move from my dev server to productions soon.
I’ve looked at this a couple different times, and still have yet to figure out a proper workaround. It’s due to underlying changes that are unrelated to Coronium code directly.
Its on my short list to revisit (all bugs bug me), I just have not had the time to look into it.
I didn’t mean updates, I mean when can I use the old feature again. In your initial post you mentioned that it just a temporary refactoring and it will be back shortly.
If there are no jobs available in the future, are there alternative ways to processing things? Or is it possible to install a previous version of coronium with working jobs?