dropdb gemini_development
createdb gemini_developmentpg_restore -j $(nproc) -c --no-owner --if-exists -d gemini_development <path to dump>bundle exec rake db:drop db:create
pg_restore -h localhost -U railsuser -j $(nproc) -c --no-owner --if-exists -d gemini_development <path to dump>PGPASSWORD=$LUNA_DB_PASSWORD pg_restore -h $LUNA_DB_HOST -U $LUNA_DB_USER -j 2 -c --no-owner --if-exists -d $LUNA_DB tmp/libra_prod_07102020.sql