Go to file
2020-05-07 15:46:32 +02:00
after Update upgrades YML process with last upgrade 2020-02-07 10:18:03 +01:00
before Run remove_deprecated_taxes.py script in "before" step and simplify it just by setting to NULL the template on taxes and setting an end_date to them. 2019-07-09 17:33:25 +02:00
check merge 2019-02-09 07:31:40 +01:00
commits.yml add xarxfarma commits 2017-08-21 15:20:00 +02:00
config.yml Add party_credit_limit to remove 2020-05-07 15:46:32 +02:00
cron-upgrade Update upgrades YML process with last upgrade 2020-02-07 10:18:03 +01:00
local-upgrade Update upgrades YML process with last upgrade 2020-02-07 10:18:03 +01:00
README Add more information in README 2018-02-06 17:21:02 +01:00
upgrade Allow defining environment variables in the configuration files. 2019-09-06 00:15:48 +02:00

Upgrades
========

Upgrade trytond version

Upgrades
--------

.. code-block:: python

    export PYTHONPATH=trytond
    ./upgrades/upgrade <database_name> <from_version> -c <trytond.conf>

Upgrades
--------

.. code-block:: python

    export PYTHONPATH=trytond
    ./upgrades/cron-upgrade <database_source> <database_next> <from_version>

Check
-----

    export PYTHONPATH=trytond
    ./upgrades/check <database_name> <trytond.conf>