Odoo Database Management. INTRODUCTION How to reliably take a full backup of the database, such that in one operation (or multiple, scriptable.

Slides:



Advertisements
Similar presentations
Annotated User Input Screens from EM Oracle Custom Install Install.
Advertisements

Paramount Health Group Benefit Portal for XL India Employees
Setting Up Dropbox PCNA: HOW TO SETUP & SYNC FILES WITH DROPBOX.
Utility SQL Bin (v3.3). Agenda  Purpose  Target User  Benefits  System Requirement  User Guide Introduction Navigation Add New SQL Add New Version.
Web Filtering. ExchangeDefender Web Filtering provides policy-controlled protection from dangerous content on the web. Web Filtering is agent based, allowing.
Introduction to Software Installation:  Installation of Vendor Management System is very easy and User friendly.  Software gets Installed in very less.
software for easy managing of medical shop
JOIN A COMMUNITY OF 80,000 E-COMMERCE SITES WORLDWIDE.
Powerful professional campus automation software | All rights reserved © 2009 Version 1.0 Present.
1 Shared Financial Systems WISDM2 Difference Training October 2006.
Introduction to Software Installation:  Installation of Portfolio Management System is very easy and User friendly.  Software gets Installed in very.
How To Batch Register Your Students
1. The first thing you must do is go to Survey Monkey Creating a Survey using SurveyMonkey Gustavo.
TERMINALFOUR SiteManager Introduction January, 2014.
2009© 2009 Aircraft Maintenance Systems RD inc. The following presentation will showcase Aircraft Maintenance Systems RD inc. products most important.
Intro Breeze is a rich web communication system that lets you reach your audience anytime with engaging multimedia content. And, because Breeze is deployed.
GSA’s Vendor and Customer Self Service (VCSS)
1 OPOL Training (OrderPro Online) Prepared by Christina Van Metre Independent Educational Consultant CTO, Business Development Team © Training Version.
Training Guide for Inzalo SOP Users. This guide has been prepared to demonstrate the use of the Inzalo Intranet based SOP applications. The scope of this.
Instructions for Administrators Choose the Enrollment slide decks that match your environment, either for SaaS or On Premise. Edit the red text to match.
Mediclaim Portal for The Digital Group InfoTech pvt. ltd. Employees
The material contained in this document is proprietary to Triniti Corporation (Triniti). This material may not be disclosed, duplicated or otherwise revealed,
Table of Contents TopicSlide Administrator Login 2 Administrator Navigations 3 Managing AlternativeDr.com Blogs 4 Managing Dr. Lloyd May Blogs 5 Managing.
About Tam Tickets :- Intro Tam Tickets is a full featured, and reliable help-desk ticket support system. It is great for users and businesses who wish.
IPSOS / Vodafone / Novartis Kenya 17 December 2014.
1 Mezzanine Ware (Pty) Ltd © 2014 Installing\Uninstalling the Mezzanine Helium Android application.
Instructions for Administrators Choose the Enrollment slide decks that match your environment, either for SaaS or On Premise. Edit the red text to match.
BSG Group - Dau Anh Trong1 Introduction about MS SQL Server 2005.
Morton Instructional Technology Team Edline Student Activation.
Step 1 Remove the wifi Network which is already connected.
LOGIN PAGE Login Page Support CRM:
PMIS Introduction to Request New Catalog Item Training Presentation US Department of Health and Human Services.
OpenEMR: Getting Started Based on OpenEMR version 4.1 Laboratory Informatics Institute January 2014.
Irakli Garibashvili Director, National Scientific Library in Georgia.
Associate ® Administration An Associate administrator has the ability to change the parameters for both the author and for the typist. There can be enterprise.
1.Switch on the computer and wait for loading. 2.Select the Windows 7 OS at the end of the list. 3.Click on the link ‘Administrator’ 4.Enter the administrator.
Joomla Awdhesh Kumar Singsys Pte Ltd. What is Joomla? Joomla is an award-winning content management system (CMS), which enables you to build Web sites.
Installing and Configuring Moodle. Download Download latest Windows Install package from Moodle.orgMoodle.org.
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
Kamdhenu Website is used to Add agent in Kamdhenu offer under Group head Pfiger Software Technologies Pvt. Ltd.
Installing RMS 3.0 Contractor Mode
The Login Page is the first page your customers
An authorized user can make payments on your account by logging on with their own username and password. Click on the Authorized Users tab to add an authorized.
HOW TO CREATE A MODULE IN ODOO. INTRODUCTION For those who are in starting stage of Odoo development, it is a tough task for creating.
Reordering in odoo. INTRODUCTION Some products have large scope in market, and we have to make sure that the product never run out stock.
Reordering in odoo. INTRODUCTION Some products have large scope in market, and we have to make sure that the product never run out stock.
HOW TO CONFIGURE PYCHARM FOR ODOO DEVELOPMENT IN WINDOWS?
Steps to create login notification in odoo.
Odoo 10 Attendance Kiosk Mode. INTRODUCTION A beautiful and relevant feature which describes how Odoo is more ease to use and how they.
How to Setup Product Expiry Dates in Odoo?
Product Tracking With Barcode [Enterprise]
iShop Training Module Secured Browsing
Introduction to Web programming
1. Open any Office 2016 app, such as Word, and create a new document.
Expense Report Training
Adding a File to a Course
Tutorial Introduction to support.ebsco.com.
Installation of TimeLog Tracker for Outlook
Suppliers will click REGISTER button to begin registration process
Expense Report Training
Request for Quote & Build Configuration
Multi-Factor Authentication
Expense Report Training
Navigating support.arcserve.com
Bibliography and reference manager programs, Endnote 2018 Attila Skulteti
FCL – Administration Tool
(Includes setup) FAQ ON DOCUMENTS (Includes setup)
Drupal user guide Evashni Jansen Web Office.
Tutorial Introduction to help.ebsco.com.
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Presentation transcript:

Odoo Database Management

INTRODUCTION How to reliably take a full backup of the database, such that in one operation (or multiple, scriptable via bash), I can restore the database, additional file assets, and installed modules to a new server ?  Let’s go step by step process

First method  Using GUI  Let’s go step by step process  First we need to load odoo on the browser. Here i am taking as localhost. Type the URL as  localhost:8069/web/database/manager Or  Click on the manage database from login screen of odoo.

Now the user will navigate to database manager screen, here all the databases are listed.

The user can perform any options.  Create  Backup  Duplicate  Restore  Drop / Delete  Creating new database

Here we are give the database name. You can see the and Password there.Why this and Password? Well, this is for login credentials. By using this and Password we can login to our database. This will be the administrative account for our odoo. We can choose our language. When we select a the country, the Accounting Package will be installed for that country. There is a checkbox called Load Demonstration data if you tick this option the demo data will be loaded for each module(customers, suppliers, SO’s, PO’s, Employees a,d users, etc...).  And Click on continue after a while odoo will redirect to odoo Apps. And we can start using odoo!.

Database Backup:-  In certain condition We need a copy of the database for future needs, for that we are keeping a backup of the database. There is a custom module which creates database backup In order to take the backup of a database click on the Backup button of the corresponding Database.

Select the Backup format and click on Backup Button. Here we are selecting the Backup format as Zip. Duplicate a database In some cases we need duplicates of some existing databases.

click on the Duplicate button Restore the database Select the database you already have(backup) and give a name for the database. The name database will not be same as you have in reserve(backup) the name will be the one you giving here.

Drop / Delete a database

It is very easy to delete an unwanted database Just click on the delete button from the database manager then a window will pop up and click on the delete. It is done!

Refer this link for more:

Thank You ! Cybrosys Technologies Pvt. Ltd. Neospace, Kinfra Techno Park, Kakkancherry, Calicut University P.O. Calicut Kerala, India Cybrosys Ltd 15, ST Antonys Road, Forest Gate, London England, E79QA. Cybrosys Technologies Pvt. Ltd. 1st Floor, Thapasya Building, Infopark, Kakkanad, Kochi, Kerala, India