Skip to content
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

How to upgrade? #861

Closed
ghost opened this issue May 30, 2015 · 4 comments
Closed

How to upgrade? #861

ghost opened this issue May 30, 2015 · 4 comments
Assignees
Milestone

Comments

@ghost
Copy link

ghost commented May 30, 2015

Hello together

How can i upgrade Freshrss? I fount nothing in the documentation. Just overriding the files do not work. :-)

regards
Thomas

@Alkarex
Copy link
Member

Alkarex commented May 30, 2015

Hello Thomas,
It depends a bit on how you installed FreshRSS, and also from which to which version you are upgrading. (Please note that I am right now in the process of releasing a new beta version, so today/tomorrow is a bit special).

  1. There is a built-in upgrade system in the Web interface of FreshRSS. (But I was not the one developing this mechanism and I have never used it, so I am not sure of the details)

  2. If you are familiar with git, it is also convenient. But you may have to keep a eye on the release notes if there are some things to do manually. If your current version is >= 1.0, then it should be fine.

Install:

git clone https://github.com/FreshRSS/FreshRSS.git

Update:

cd ./FreshRSS/
git reset --hard
git pull
  1. Otherwise, override your files with the files of the new version, and do not delete your existing ./data/ directory. So "just overriding the files" should work in most cases. What is your problem, more precisely ?

Alkarex added a commit that referenced this issue May 31, 2015
@Alkarex Alkarex modified the milestones: 1.3.1-beta, 1.3.2-beta Mar 6, 2016
@Alkarex Alkarex modified the milestones: 1.3.2-beta, 1.4.0, 1.5.1-beta Jul 22, 2016
@Alkarex Alkarex modified the milestones: 1.5.1-beta, 1.5.2-beta Aug 29, 2016
@Alkarex Alkarex modified the milestones: 1.6.0, 1.7.0 Oct 8, 2016
@Alkarex Alkarex modified the milestones: 1.8.0, 1.7.0 May 26, 2017
@Alkarex
Copy link
Member

Alkarex commented May 26, 2017

To be revised as part of #861

@Alkarex
Copy link
Member

Alkarex commented May 26, 2017

Some more examples of managing FreshRSS updates with git are included in https://github.com/FreshRSS/FreshRSS/tree/dev/cli#using-git

@kevinpapst
Copy link
Contributor

kevinpapst commented Nov 29, 2017

Your linked article should go somewhere else, e.g. the official documentation. I updated my installation with the web installer and that crashed my FreshRSS installation. I guess because some file permissions where wrong and the installer did only half of the work (a check upfront would be a good idea to be included in the updater).
I tried about an hour until I found this URL and the info which files I had to restore and that I had to delete the "force installation" file.
Would you consider to move that docu to the GitHub pages documentation? I would sit down and write it/copy & paste it if you are willing to include it via PR. What do you think @Alkarex ?

This was referenced Nov 29, 2017
@Alkarex Alkarex closed this as completed Dec 2, 2017
@Alkarex Alkarex modified the milestones: 1.9.0, 1.8.1 Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants