Created
October 21, 2022 07:45
-
-
Save amon-ra/68f1317964ae66c30eca1c6c18bcca7d to your computer and use it in GitHub Desktop.
Migrate doodba DB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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