No description
Find a file
2020-01-15 22:51:00 +01:00
after In migration_properties.py, do not crash if value is None. 2020-01-15 22:51:00 +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 Move position of some actions. 2019-12-31 00:40:35 +01:00
cron-upgrade In cron-upgrade use --no-tail on server.py call. 2017-01-25 09:55:37 +01:00
local-upgrade Allow defining which steps are executed from the command line. 2019-07-05 18:00:48 +02: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>