Go to file
Albert Cervera i Areny 000e329db8 Deprecate several relation-like modules #158989 2023-12-05 12:06:54 +01:00
after Add invoice report cache script 2023-11-30 07:11:40 +01:00
before Update the way that migrat bank accounts from v6.0- and solve the possible duplicateds 2023-02-27 16:14:37 +01: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 Deprecate several relation-like modules #158989 2023-12-05 12:06:54 +01:00
cron-upgrade replace invoke to k copy to create new database 2022-09-29 18:14:23 +02:00
local-upgrade replace invoke to k copy to create new database 2022-09-29 18:14:23 +02:00
requirements.txt Add requirements.txt 2023-03-14 16:56:58 +01:00
upgrade Add missing Loader parameter when loading override file. 2021-10-15 09:56:05 +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>