CBMS ERP S3 backing up

https://cbms.ng/web/image/product.template/14412/image_1920?unique=3fab971

.. image:: https://itpp.dev/images/infinity-readme.png
:alt: Tested and maintained by IT Projects Labs
:target: https://itpp.dev

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT

===============
S3 Backing up
===============

Backing up CBMS ODOO databases to S3 bucket.

In-App Purchase
===============

IAP IS TEMPORARLY DISABLED.

**odoo-backup.sh** provides s3 credentials. Payments for the service is managed by proprietary module, which implements `In-App Purchase <https://www.odoo.com/documentation/13.0/webservices/iap.html>`__ -- payments platform provided by *CBMS ODOO S.A.*.

Personal cloud
==============

Additionally to the cloud provided by **odoo-backup.sh** it's possible to store backups on a personal cloud. In that case user has to arrange credentials himself. Supported cloud providers and protocols are as following:

* `Dropbox <https://apps.odoo.com/apps/modules/13.0/odoo_backup_sh_dropbox/>`_
* `Google Drive <https://apps.odoo.com/apps/modules/13.0/odoo_backup_sh_google_disk/>`_

*You need to get corresponding modules to use personal cloud.*

Implementation details
======================

/web/database/backups
---------------------

It's a new page in *database manager*, that allows to see list of available backups that can be restored. It works **only** with S3 bucket provided by **odoo-backup.sh service**.

The page is available via new button ``[Restore via CBMS ODOO-backup.sh]`` at *database manager*. It works in the following way:

* If there are no amazon S3 credentials in the session, the module makes requests to get them:

* *Browser* sends request to ``/web/database/backups``
* *CBMS ODOO instance* sends request to ``odoo-backup.sh/get_cloud_params`` with ``user_key`` from the session (the ``user_key`` is generated automatically if it's not set).
* ``odoo-backup.sh`` **either** returns amazon S3 credentials with which the module can use to send request to S3 independently, **or** ``odoo-backup.sh`` doesn't recognise ``user_key`` and starts process of authentication via ``odoo.com`` as auth provider:

* ``odoo-backup.sh/get_cloud_params`` returns a link to redirect to CBMS ODOO.com authentication page
* *User* enters his login-password and is redirected back to ``/web/database/backups`` page and the process starts again, but this time ``odoo-backup.sh`` recognise ``user_key`` and return amazon credentials

* If amazon S3 credentials are in the config file, the module makes request to AWS S3 to get list of users backups and then renders it.

Backup dashboard
----------------

It's a backend page where an user can watch detail information about his backups
which are remote stored. Also he can make backup of any of his databases. This
backup will be sent to AWS S3 for storing. Moreover the user can create
autobackup settings. The settings say to the module at what point of time, from
which databases to create backups and max number of backups of database must be
store. Backups rotations are supported too.

After module installation user can click ``Get S3 credentials``, which start similar process are described above in ``/web/database/backups`` section.

Manual Testing
==============

To test CBMS ODOO_backup_sh* modules one can use following scenarios:

Test: rotation
--------------

* Use database with demo
* Install ``odoo_backup_sh``
* Open menu ``[[ Backups ]]``
* Click ``[Get S3 storage]``
* At demo Backup Config set any backup schedule
* Configure rotation to test
* Go to ``[[ Settings ]] >> Automation >> Scheduled Actions``

* Find a cron job for backuping and click ``[Run Manually]``

* Check that backups are rotated according to plan
* To repeat the test open Backup Config and click ``[Create Fake Backups]``

Preparation: Install base module
--------------------------------

* use database without demo
* if you previously installed backup modules, then uninstall them and delete ``odoo_backup_sh.*`` params in ``[[ Settings ]] >> System Parameters``.
* install ``odoo_backup_sh``

Test: IAP S3
============

* Install base module
* Click ``[Get S3 storage]``
* Create Schedule for current database. Test from this step should be proceeded in two different scenarios: with encryption disabled and enabled
* Test according to *Checklist: Backups*

Restoring without downloading:

* In new incognito window open ``/web/database/manager``
* In ``Odoo-backup.sh`` section restore database
* Login to the restored database -- all scheduled backuping must be disabled

Test: S3
--------

* Install base module
* Configure private S3 credentials according to the instruction
* Create Schedule for current database.
* Test according to *Checklist: Backups*

Checklist: Backups
------------------

* Directly at the storage: create manually some file to check that modules can handle them:

* a file with random name
* a backup without corresponding ``*.info`` file
* a backup info file without backup itself

* Go to ``[[ Settings ]] >> Automation >> Scheduled Actions``

* Find a cron job for backuping and click ``[Run Manually]``

* Go to ``[[ Settings ]] >> Backups``

* Find just created backup
* Click ``[Download]``
* If database is encrypted, decrypt it as described in `<doc/index.rst>`__
* Restore database in a usual way

Manual backups:

* Go to Dashboard
* Click ``[Make backup now]``
* Download the backup again as described above

Syncing with remote backups:

* Directly at the storage:

* copy archive for a backup and set new name (e.g. change year of the backup)
* copy info file of the backup and make corresponing name in its name and content

* Go to ``[[ Settings ]] >> Automation >> Scheduled Actions``

* Find a cron job for backuping and click ``[Run Manually]``

* Go to ``[[ Settings ]] >> Backups``

* Check that copied backup has a record in Backup list. If there is no one, be
sure that the Backup Settings doesn't have rotations.
* Download the backup

Test: Dropbox only
------------------
* *Install base module*
* Install ``odoo_backup_sh_dropbox`` module
* Configure dropbox according to the module's documentation
* Create Schedule for any database
* Test according to *Checklist: Backups*

Test: All storages
------------------
* *Install base module*
* Install ``odoo_backup_sh_dropbox`` module
* Install ``odoo_backup_sh_google_disk`` module
* Configure S3 only credentials, Create Schedule
* Test according to *Checklist: Backups*
* Configure Dropbox credentials, Create Schedule
* Test according to *Checklist: Backups*
* Configure Google Drive credentials, Create Schedule
* Test according to *Checklist: Backups*

Test: IAP Notification
----------------------

TODO

Test: IAP Credits
-----------------

TODO: Check purchasing, top-up, using credits, running out of credits

Roadmap
=======

* All backups modules should be refactored and cleaned up.

* See TODOs in code
* CBMS ODOO_backup_sh.py files should splitted according to CBMS ODOO guidelines

* non-active records in config_cron_ids should be visible. But visibility of warning and rotation fields should depend on active crons only

Questions?
==========

To get an assistance on this module contact us by email :arrow_right: help@itpp.dev

Contributors
============
* `Stanislav Krotov <https://it-projects.info/team/ufaks>`__
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__


Further information
===================

CBMS ODOO Apps Store: https://apps.cbms.ng/product/odoo_backup_sh/


Tested on `CBMS ODOO 14.0 <https://github.com/odoo/odoo/commit/bbcefc0cd5b5aa2285a577118f918742bac670c4>`_
Yet another backup tool, but with sexy graphs

₦ 5,000.00 5000.0 NGN ₦ 5,000.00

₦ 5,000.00

    This combination does not exist.

    Important Notes

     A new Company Database is automatically created when you order a Software Package from the shop and Login details sent to your email, login to the new database and on Apps page you can activate the Software purchased.

     If you want this module or app to appear in your existing database first login to your database and visit the Apps page to search for this module name and click Activate or Install   

     To order now select the correct Currency for your Country  from the Top right corner or use USD if your country is not available . Default Standard Package Price is shown, 

    You can purchase extra addons or extra users  to top up your existing database by contacting us or opening a Support Ticket 




      

    .. image:: https://itpp.dev/images/infinity-readme.png :alt: Tested and maintained by IT Projects Labs :target: https://itpp.dev .. image:: https://img.shields.io/badge/license-MIT-blue.svg :target: https://opensource.org/licenses/MIT :alt: License: MIT =============== S3 Backing up =============== Backing up Odoo databases to S3 bucket. In-App Purchase =============== IAP IS TEMPORARLY DISABLED. **odoo-backup.sh** provides s3 credentials. Payments for the service is managed by proprietary module, which implements `In-App Purchase `__ -- payments platform provided by *Odoo S.A.*. Personal cloud ============== Additionally to the cloud provided by **odoo-backup.sh** it's possible to store backups on a personal cloud. In that case user has to arrange credentials himself. Supported cloud providers and protocols are as following: * `Dropbox `_ * `Google Drive `_ *You need to get corresponding modules to use personal cloud.* Implementation details ====================== /web/database/backups --------------------- It's a new page in *database manager*, that allows to see list of available backups that can be restored. It works **only** with S3 bucket provided by **odoo-backup.sh service**. The page is available via new button ``[Restore via Odoo-backup.sh]`` at *database manager*. It works in the following way: * If there are no amazon S3 credentials in the session, the module makes requests to get them: * *Browser* sends request to ``/web/database/backups`` * *Odoo instance* sends request to ``odoo-backup.sh/get_cloud_params`` with ``user_key`` from the session (the ``user_key`` is generated automatically if it's not set). * ``odoo-backup.sh`` **either** returns amazon S3 credentials with which the module can use to send request to S3 independently, **or** ``odoo-backup.sh`` doesn't recognise ``user_key`` and starts process of authentication via ``odoo.com`` as auth provider: * ``odoo-backup.sh/get_cloud_params`` returns a link to redirect to odoo.com authentication page * *User* enters his login-password and is redirected back to ``/web/database/backups`` page and the process starts again, but this time ``odoo-backup.sh`` recognise ``user_key`` and return amazon credentials * If amazon S3 credentials are in the config file, the module makes request to AWS S3 to get list of users backups and then renders it. Backup dashboard ---------------- It's a backend page where an user can watch detail information about his backups which are remote stored. Also he can make backup of any of his databases. This backup will be sent to AWS S3 for storing. Moreover the user can create autobackup settings. The settings say to the module at what point of time, from which databases to create backups and max number of backups of database must be store. Backups rotations are supported too. After module installation user can click ``Get S3 credentials``, which start similar process are described above in ``/web/database/backups`` section. Manual Testing ============== To test odoo_backup_sh* modules one can use following scenarios: Test: rotation -------------- * Use database with demo * Install ``odoo_backup_sh`` * Open menu ``[[ Backups ]]`` * Click ``[Get S3 storage]`` * At demo Backup Config set any backup schedule * Configure rotation to test * Go to ``[[ Settings ]] >> Automation >> Scheduled Actions`` * Find a cron job for backuping and click ``[Run Manually]`` * Check that backups are rotated according to plan * To repeat the test open Backup Config and click ``[Create Fake Backups]`` Preparation: Install base module -------------------------------- * use database without demo * if you previously installed backup modules, then uninstall them and delete ``odoo_backup_sh.*`` params in ``[[ Settings ]] >> System Parameters``. * install ``odoo_backup_sh`` Test: IAP S3 ============ * Install base module * Click ``[Get S3 storage]`` * Create Schedule for current database. Test from this step should be proceeded in two different scenarios: with encryption disabled and enabled * Test according to *Checklist: Backups* Restoring without downloading: * In new incognito window open ``/web/database/manager`` * In ``Odoo-backup.sh`` section restore database * Login to the restored database -- all scheduled backuping must be disabled Test: S3 -------- * Install base module * Configure private S3 credentials according to the instruction * Create Schedule for current database. * Test according to *Checklist: Backups* Checklist: Backups ------------------ * Directly at the storage: create manually some file to check that modules can handle them: * a file with random name * a backup without corresponding ``*.info`` file * a backup info file without backup itself * Go to ``[[ Settings ]] >> Automation >> Scheduled Actions`` * Find a cron job for backuping and click ``[Run Manually]`` * Go to ``[[ Settings ]] >> Backups`` * Find just created backup * Click ``[Download]`` * If database is encrypted, decrypt it as described in ``__ * Restore database in a usual way Manual backups: * Go to Dashboard * Click ``[Make backup now]`` * Download the backup again as described above Syncing with remote backups: * Directly at the storage: * copy archive for a backup and set new name (e.g. change year of the backup) * copy info file of the backup and make corresponing name in its name and content * Go to ``[[ Settings ]] >> Automation >> Scheduled Actions`` * Find a cron job for backuping and click ``[Run Manually]`` * Go to ``[[ Settings ]] >> Backups`` * Check that copied backup has a record in Backup list. If there is no one, be sure that the Backup Settings doesn't have rotations. * Download the backup Test: Dropbox only ------------------ * *Install base module* * Install ``odoo_backup_sh_dropbox`` module * Configure dropbox according to the module's documentation * Create Schedule for any database * Test according to *Checklist: Backups* Test: All storages ------------------ * *Install base module* * Install ``odoo_backup_sh_dropbox`` module * Install ``odoo_backup_sh_google_disk`` module * Configure S3 only credentials, Create Schedule * Test according to *Checklist: Backups* * Configure Dropbox credentials, Create Schedule * Test according to *Checklist: Backups* * Configure Google Drive credentials, Create Schedule * Test according to *Checklist: Backups* Test: IAP Notification ---------------------- TODO Test: IAP Credits ----------------- TODO: Check purchasing, top-up, using credits, running out of credits Roadmap ======= * All backups modules should be refactored and cleaned up. * See TODOs in code * odoo_backup_sh.py files should splitted according to odoo guidelines * non-active records in config_cron_ids should be visible. But visibility of warning and rotation fields should depend on active crons only Questions? ========== To get an assistance on this module contact us by email :arrow_right: help@itpp.dev Contributors ============ * `Stanislav Krotov `__ * `Ivan Yelizariev `__ Further information =================== Odoo Apps Store: https://apps.odoo.com/apps/modules/14.0/odoo_backup_sh/ Tested on `Odoo 14.0 `_