Skip to content

Instantly share code, notes, and snippets.

@amon-ra
Created October 21, 2022 07:45
Show Gist options
  • Save amon-ra/68f1317964ae66c30eca1c6c18bcca7d to your computer and use it in GitHub Desktop.
Save amon-ra/68f1317964ae66c30eca1c6c18bcca7d to your computer and use it in GitHub Desktop.
Migrate doodba DB
#migrate/OLD/data
#migrate/NEW/data
docker run -ti -e PGUSER=odoo -e POSTGRES_INITDB_ARGS="-U odoo" --rm -v $PWD/migrate:/var/lib/postgresql tianon/postgres-upgrade:11-to-15 --link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment