mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 09:32:07 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,166 @@
|
|||
.. image:: https://odoo-community.org/readme-banner-image
|
||||
:target: https://odoo-community.org/get-involved?utm_source=readme
|
||||
:alt: Odoo Community Association
|
||||
|
||||
====================
|
||||
Database Auto-Backup
|
||||
====================
|
||||
|
||||
..
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:6ef2de4f70f14f3fe36262ba51ab99bbe7e9723fc91c69867945af1ddbd505ee
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
:target: https://odoo-community.org/page/development-status
|
||||
:alt: Beta
|
||||
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github
|
||||
:target: https://github.com/OCA/server-tools/tree/16.0/auto_backup
|
||||
:alt: OCA/server-tools
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-auto_backup
|
||||
:alt: Translate me on Weblate
|
||||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
||||
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=16.0
|
||||
:alt: Try me on Runboat
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
A tool for all your back-ups, internal and external!
|
||||
|
||||
**Table of contents**
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
Before installing this module, you need to execute::
|
||||
|
||||
pip3 install pysftp==0.2.9
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
Go to *Settings -> Database Structure -> Automated Backup* to
|
||||
create your configurations for each database that you needed
|
||||
to backups.
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
Keep your Odoo data safe with this module. Take automated back-ups,
|
||||
remove them automatically and even write them to an external server
|
||||
through an encrypted tunnel. You can even specify how long local backups
|
||||
and external backups should be kept, automatically!
|
||||
|
||||
Connect with an FTP Server
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Keep your data safe, through an SSH tunnel!
|
||||
-------------------------------------------
|
||||
|
||||
Want to go even further and write your backups to an external server?
|
||||
You can with this module! Specify the credentials to the server, specify
|
||||
a path and everything will be backed up automatically. This is done
|
||||
through an SSH (encrypted) tunnel, thanks to pysftp, so your data is
|
||||
safe!
|
||||
|
||||
Test connection
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Checks your credentials in one click
|
||||
------------------------------------
|
||||
|
||||
Want to make sure if the connection details are correct and if Odoo can
|
||||
automatically write them to the remote server? Simply click on the ‘Test
|
||||
SFTP Connection’ button and you will get message telling you if
|
||||
everything is OK, or what is wrong!
|
||||
|
||||
E-mail on backup failure
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Stay informed of problems, automatically!
|
||||
-----------------------------------------
|
||||
|
||||
Do you want to know if the database backup succeeded or failed? Subscribe to
|
||||
the corresponding backup setting notification type.
|
||||
|
||||
Run backups when you want
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
From the backups configuration list, press *More > Execute backup(s)* to
|
||||
manually execute the selected processes.
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/149/11.0
|
||||
|
||||
Known issues / Roadmap
|
||||
======================
|
||||
|
||||
* On larger databases, it is possible that backups will die due to Odoo server
|
||||
settings. In order to circumvent this without frivolously changing settings,
|
||||
you need to run the backup from outside of the main Odoo instance. How to do
|
||||
this is outlined in `this blog post
|
||||
<https://blog.laslabs.com/2016/10/running-python-scripts-within-odoos-environment/>`_.
|
||||
* Backups won't work if list_db=False is configured in the instance.
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
||||
`feedback <https://github.com/OCA/server-tools/issues/new?body=module:%20auto_backup%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
Do not contact contributors directly about support or help with technical issues.
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Authors
|
||||
~~~~~~~
|
||||
|
||||
* Yenthe Van Ginneken
|
||||
* Agile Business Group
|
||||
* Grupo ESOC Ingenieria de Servicios
|
||||
* LasLabs
|
||||
* AdaptiveCity
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* Yenthe Van Ginneken <yenthe.vanginneken@vanroey.be>
|
||||
* Alessio Gerace <alessio.gerace@agilebg.com>
|
||||
* Jairo Llopis <yajo.sk8@gmail.com>
|
||||
* Dave Lasley <dave@laslabs.com>
|
||||
* Andrea Stirpe <a.stirpe@onestein.nl>
|
||||
* Aitor Bouzas <aitor.bouzas@adaptivecity.com>
|
||||
* Simone Vanin <simone.vanin@agilebg.com>
|
||||
* Vu Nguyen Anh <vuna2004@gmail.com>
|
||||
* Alex Comba <alex.comba@agilebg.com>
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
.. image:: https://odoo-community.org/logo.png
|
||||
:alt: Odoo Community Association
|
||||
:target: https://odoo-community.org
|
||||
|
||||
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.
|
||||
|
||||
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/16.0/auto_backup>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
Loading…
Add table
Add a link
Reference in a new issue