- zainstaluj serwer i klienta postgres 9.3 na swoim Macu
- uruchom
locate initdboczekiwano w/Library/PostgreSQL/9.3/bin/initdbzałóżmy, że tam jest - utwórz instancję 9.3
/Library/PostgreSQL/9.3/bin/initdb -D /new_data_directory - export 9.4 db
/Library/PostgreSQL/9.3/bin/pg_dump -U 94_username -d 94_database >somefile.dmp - zamknij stary
/Library/PostgreSQL/9.4/bin/pg_ctl stop -m fast - uruchom nowy
/Library/PostgreSQL/9.3/bin/pg_ctl start7.create 93 db/Library/PostgreSQL/9.3/bin/psql -U 93_superuser_user -c "create database IMPORT_DB" - import 93 db
/Library/PostgreSQL/9.3/bin/psql -U 93_superuser_user -f somefile.dmp IMPORT_DB
Nie wiem, czy są artykuły na ten temat. Wiem, że brzmię staroświecko, ale może instrukcje? :) i doświadczenie