What happens to the application data when publishing a new version?

0
  Hello, Experts! I have a question that bothers me a lot: What happens to the logs that were in an application when I publish a new version of it? That is, when I do the deployment, what happens to the data of the current version?
asked
1 answers
0

The logs will just continue. If you have a licensed environment a log will be created per day. When you restart your environment the shutdown and restart of the environment will all be logged in your log file of that day.

The shutdown process will not accept any new database request and it will try to finish te current requests but will shut down after some time even if there are still running processes. So depending on the situation the data will be stored in your database or a role back will be done.

Regards,

Ronald

 

answered