8 Replies Latest reply on Aug 17, 2007 2:34 PM by grettke_spdr

    How do folks typically handle initial vs. redeployment and t

    grettke_spdr

      Hi everyone,

      During development thus far we've relied on the hibernate.hbm2ddl.auto=create-drop feature along with the import-*.sql files to configure the system correctly. Once this gets to test and production, though, this will change.

      What is the normal flow for deployment once the app stabilizies?

      Do you deploy with hibernate.hbm2ddl.auto=create once, and then change it to none, and let it run as none?