Replacing a production db

Поиск
Список
Период
Сортировка
От Nicolás Lichtmaier
Тема Replacing a production db
Дата
Msg-id CA+MknoCF7vWX6kfMeSN9TS7+qdegJKVa2siOOMAsY_gBM=5XeA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Replacing a production db
Re: Replacing a production db
Re: Replacing a production db
Re: Replacing a production db
Список pgsql-general
Is there a way to replace a production database with another as part of a new "release" of our website?

Where I work we have a scheme of pushing code+db releases to "testing" and then to "production". Most of our databases use MySQL and I was told they can just rename the db and it works. We are adopting PostgreSQL for some new developments and we'd like to do something similar. I've tried loading the dump in a single transaction, but that has many problems as the database is fairly big for that (some GBs). Is there a trick I'm missing here?

Thanks a lot!

Nicolás.-

В списке pgsql-general по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: Troubles with Postgresql performance
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Replacing a production db