Giter Club home page Giter Club logo

Comments (5)

maniackcrudelis avatar maniackcrudelis commented on September 20, 2024 1

Other solution are to upgrade directly to 3.3.0 with the testing branch, which does work if you edit the nginx conf and replace try_files $uri $uri/ index.php; by try_files $uri __PATH__/index.php; to avoid a 404.

You could also use the internal script update.sh which works perfectly, but it will upgrade to the last release by default, except if you change the GROCY_RELEASE_URL by https://github.com/grocy/grocy/releases/download/v3.2.0/grocy_3.2.0.zip.

from grocy_ynh.

zunami avatar zunami commented on September 20, 2024

i habe the same problem after upgrade to 3.2.0

from grocy_ynh.

memo-567 avatar memo-567 commented on September 20, 2024

Noticed some changes in https://grocy.info/changelog

The config.php option FEATURE_SETTING_STOCK_COUNT_OPENED_PRODUCTS_AGAINST_MINIMUM_STOCK_AMOUNT was removed and is now a new product option Treat opened as out of stock, means, if opened stock entries will be counted as missing for calculating if a product is below its minimum stock amount, can now be configured per product

The config.php option DISABLE_BROWSER_BARCODE_CAMERA_SCANNING has been renamed to FEATURE_FLAG_DISABLE_BROWSER_BARCODE_CAMERA_SCANNING

Maybe this is the cause of the upgrade failure?

from grocy_ynh.

memo-567 avatar memo-567 commented on September 20, 2024

Note from the Grocy GitHub (issue) :

Everything is saved in the /data directory, the database itself is a single SQLite file (/data/grocy.db), so backing up that directory and restoring it is enough.

I proceeded as follows to be able to use version 3.2.0:

  • Backup Grocy 3.1.3~ynh4
  • Download backup archive
  • Remove Grocy 3.1.3~ynh4
  • Install Grocy 3.2.0~ynh1
  • Extract backup archive
  • Transfer /data folder via ftp to new installation, except config.php
  • Change permission of new files to grocy:www-data or grocy:grocy depending on the directory

Done and works for me!

from grocy_ynh.

memo-567 avatar memo-567 commented on September 20, 2024

After the last update to 3.3.0 everything works again πŸ‘

from grocy_ynh.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.