This tutorial shows how to make backups to Google Cloud Storage. The backups are:
- automatic
- stored off site
- incremental
| [options] | |
| # | |
| # WARNING: | |
| # If you use the Odoo Database utility to change the master password be aware | |
| # that the formatting of this file WILL be LOST! A copy of this file named | |
| # /etc/odoo/openerp-server.conf.template has been made in case this happens | |
| # Note that the copy does not have any first boot changes | |
| #----------------------------------------------------------------------------- | |
| # Odoo Server Config File - TurnKey Linux |
| #!/bin/bash | |
| ################################################################################################ | |
| # Fully automated script to install Odoo and Odoo SaaS Tool (tested on a fresh Ubuntu 14.04 LTS) | |
| # * Install & configure last stable version of nginx | |
| # * Install & configure last stable version of postgresql | |
| # * Install & configure Odoo | |
| # * Configure automated backup of Odoo databases | |
| # * Optional: Install & configure Odoo SaaS Tool | |
| # * Optional: Background installation: $ nohup ./odoo_install.sh > nohup.log 2>&1 </dev/null & | |
| ################################################################################################ |
| @migration @connector | |
| Feature: install and configure the modules related to the magento connector | |
| Scenario: install addons | |
| Given I install the required modules with dependencies: | |
| | name | | |
| | magentoerpconnect | | |
| Then my modules should have been installed and models reloaded |