No description
Find a file
2019-07-05 18:06:53 +02:00
after Pyflakes fixes: remove unnecessary imports. 2019-07-05 13:26:35 +02:00
before Pyflakes fixes: remove unnecessary imports. 2019-07-05 13:26:35 +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 Abort the upgrade process if a script is not found or fails (errorcode != 0). 2019-07-05 18:06:53 +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
README Add more information in README 2018-02-06 17:21:02 +01:00
upgrade Abort the upgrade process if a script is not found or fails (errorcode != 0). 2019-07-05 18:06:53 +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>