scriptcasers,
what you do when upgrading project version that is already in production?
assuming many new applications were added to project in development
now we have 2 database, one in development and one in production which is already having logs and users and transaction data
is it practical to add many applications to development and also add the required new users groups and give all necessary permissions all in development, then just replace the table of mysql with the production version database?
or it is better to upload the new applications to production then do all the necessary groups direct on production along with necessary permissions all directly on production?
basically for discussion to what you guys are doing when having production version running and meanwhile you have a new version in your development that you want to publish, that involves many new applications, users groups and permissions for each application
what could be best practice?