Skip to content

Instantly share code, notes, and snippets.

@haroldtamo
haroldtamo / 1_google_cloud_storage_backup_tutorial.md
Created October 6, 2020 13:53 — forked from rnwolf/1_google_cloud_storage_backup_tutorial.md
Tutorial shows how to make backups to Google Cloud Storage.

Google Cloud Storage backup tutorial

Introduction

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
@haroldtamo
haroldtamo / install-odoo-saas.sh
Created February 21, 2019 14:07 — forked from bassn/install-odoo-saas.sh
install odoo from source
#!/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 &
################################################################################################
@haroldtamo
haroldtamo / magentoerpconnect.feature
Created November 2, 2015 15:37 — forked from guewen/magentoerpconnect.feature
migrating magentoerpconnect using oerpscenario (5→7)
@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