Created
January 12, 2022 10:44
-
-
Save renkin/a2b3658ebd82a96a5f727bedf0b38b91 to your computer and use it in GitHub Desktop.
Revisions
-
renkin renamed this gist
Jan 12, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
renkin created this gist
Jan 12, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ # Via pgAdmin Docker Container docker run -e [email protected] -e PGADMIN_DEFAULT_PASSWORD=1234 -d dpage/pgadmin4 MSYS_NO_PATHCONV=1 docker exec -i priceless_euclid /usr/local/pgsql-14/pg_restore -h host.docker.internal -U postgres -v -d $DATABASE_NAME < $PATH_TO_DUMP_FILE