- installer le serveur et le client postgres 9.3 sur votre mac
- exécuter
locate initdb
attendu dans/Library/PostgreSQL/9.3/bin/initdb
supposons qu'il est là - créer une instance 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
- arrêt ancien
/Library/PostgreSQL/9.4/bin/pg_ctl stop -m fast
- démarrer nouveau
/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"
- import 93 db
/Library/PostgreSQL/9.3/bin/psql -U 93_superuser_user -f somefile.dmp IMPORT_DB
Je ne sais pas s'il existe des articles sur ce sujet. Je sais que j'ai l'air démodé, mais peut-être des manuels ? :) et expérience