Go to file
Albert Cervera i Areny 913264c904 Close run-scripts branch. 2019-07-26 16:44:28 +02:00
after Ensure account type of receivable / payable accounts are actually receivable / payable. 2019-07-18 12:29:29 +02: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
README Add more information in README 2018-02-06 17:21:02 +01: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 Set end_date inactive account taxes and accounts 2019-07-26 16:36:35 +02: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
upgrade Allow configuring override file and ignore messages. 2019-07-17 00:43:29 +02:00

README

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>