[LRUG] database account used by migrations
Tom Taylor
tom at tomtaylor.co.uk
Fri Dec 14 05:54:50 PST 2007
On 14 Dec 2007, at 13:52, Dafydd Rees wrote:
> Yes - I don't want to give the live environment permanent permission
> to change the schema.
You could probably make a new environment, specifically for
migrations, with a different user but the same DB as production and
run the migrations as that environment, and hence that migration user.
You're still exposing the migrations user in the database schema, but
that might be acceptable.
More information about the Chat
mailing list