Skip to main content

Posts

Showing posts with the label clone

Easy Openbravo steps (Duplicating an instance)

Hello world, You have a remote server with an Openbravo Instance, you need a local clone to start your development, what do you need to do? Assumptions: process are similar, in this particular case we are using a local pc with Windows/PostgreSQL and the remote server is using a Linux core/PostgreSQL Steps 0. Connect to the remote server 1. Backup a PostgreSQL database 2. Backup the OB folder 3. Restoring DB 4. Restoring OB  5. Configuring Openbravo.properties 6. Compiling 0. Connect to the a remote server   You need to establish an SSH connection with the remote server, I will be using BitVise for Windows (it provides SSH, an SFTP GUI and Port Forwarding)   Add your credentials and remember that some servers need public keys that you need to add. Once logged in, a new terminal will prompt;   1. Backup a PostgreSQL database In our new remote terminal we can execute pg_dump to backup our PostgreSQL database, with default values e.g...