- nainstalujte server a klienta postgres 9.3 do počítače mac
- spusťte
locate initdb
očekáváno v/Library/PostgreSQL/9.3/bin/initdb
předpokládejme, že tam je - vytvořit instanci 9.3
/Library/PostgreSQL/9.3/bin/initdb -D /new_data_directory
- exportovat 9,4 db
/Library/PostgreSQL/9.3/bin/pg_dump -U 94_username -d 94_database >somefile.dmp
- vypnutí starého
/Library/PostgreSQL/9.4/bin/pg_ctl stop -m fast
- spuštění nového
/Library/PostgreSQL/9.3/bin/pg_ctl start
7.create 93 db/Library/PostgreSQL/9.3/bin/psql -U 93_superuser_user -c "create database IMPORT_DB"
- importovat 93 db
/Library/PostgreSQL/9.3/bin/psql -U 93_superuser_user -f somefile.dmp IMPORT_DB
Nevím, jestli existují články na toto téma. Vím, že zním staromódně, ale možná manuály? :) a zkušenosti