Sign inSign up

pedroporras/openupgrade

By pedroporras

Updated about 5 years ago

This image is base image which prepares running environment for Odoo OpenUpgrade to migrate Odoo

Image
0

193

pedroporras/openupgrade repository overview

Download the image

  • the container must have access to the source database
  • the source database should be named migrate
  • it is recommended that the container have access to the static files directory

How to use

LOCALDIR = NAME OF LOCAL STATIC FILES DIRECTORY REMOTEDIR = NAME OF THE STATIC FILES DIRECTORY IN THE CONTAINER

It is configured for the migrate database

docker run --rm -it --network ${NOMBRE_DE_RED} -v ${LOCALDIR}:${REMOTEDIR} -e "DB_NAME=migrate" pedroporras/openupgrade:13.0 bash

Inside container

/entrypoint.sh migrate

Tag summary

Content type

Image

Digest

Size

663.3 MB

Last updated

about 5 years ago

docker pull pedroporras/openupgrade:14.0