Go to file
resteve 853ab07098 Increase version number 2014-09-23 18:31:21 +02:00
bin Add PostgreSQL 9.3 use case to kill postgresql processes 2014-09-23 16:10:26 +02:00
erpdbcopy Increase version number 2014-09-23 18:31:21 +02:00
CHANGELOG Add erpdbcopy user (superuser) to do SQL privilegies 2013-04-09 14:40:44 +02:00
COPYRIGHT Initial release 2012-12-21 09:27:43 +01:00
INSTALL Initial release 2012-12-21 09:27:43 +01:00
LICENSE Initial release 2012-12-21 09:27:43 +01:00
MANIFEST.in Initial release 2012-12-21 09:27:43 +01:00
README Add erpdbcopy user (superuser) to do SQL privilegies 2013-04-09 14:40:44 +02:00
setup.py Initial release 2012-12-21 09:27:43 +01:00

README

ERP DB Copy
===========

Clone a Tryton or OpenERP database to new database (add _test) for PostgreSQL

Installing
----------

See INSTALL

Configuration
-------------

Create a user in your postgres:

* Name: erpdbcopy
* Password: erpdbcopy
* Superuser: Yes

See INSTALL

Package Contents
----------------

  bin/
      Program.

  erpdbcopy/
      ERP DB Copy sources.

License
-------

See LICENSE

Copyright
---------

See COPYRIGHT

Example to use
--------------

    $ erpdbcopy -u user -p password -d dbname

Example crontab
---------------

    30 1 * * * /usr/local/bin/erpdbcopy -u user -p password -d dbname

Log file
--------

    /var/log/erpdbcopy.log