Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How can one Increment Version by running a SQL statement?How can one Increment Version by running a SQL statement?
Previous
 
Next
New Post
7/20/2018 10:49 AM
 
DotNetNuke 8 Users,

Please help.

How can one Increment Version by running a SQL statement?

Please advise.

For example, I want to do this via SQL...

Host,
Host Settings,
Advanced Settings,
Client Resource Management,
Current Host Version,
Increment Version

And, I want to do this via SQL...

Admin,
Site Settings,
Advanced Settings,
Client Resource Management,
Site Version,
Increment Version

What do you think?

Can that be done using SQL?

If yes, then how exactly?

Please advise.

Thanks.

-- Mark Kamoski

 
New Post
8/1/2018 9:40 AM
Accepted Answer 

As far as I can tell, incrementing the version in SQL is done by updating the CrmVersion in the HostSettings and PortalSettings tables, e.g.

DECLARE @IncrementValue int
SET @IncrementValue = 1
UPDATE HostSettings 
SET SettingValue = SettingValue + @IncrementValue
WHERE SettingName = 'CrmVersion'
UPDATE PortalSettings 
SET SettingValue = SettingValue + @IncrementValue
WHERE SettingName = 'CrmVersion'

But for the website to pick up on the change, I think you would also need to clear the cache. I don't know how you could trigger that from SQL.

 
New Post
8/8/2018 1:03 PM
 
Oliver,

I appreciate that.

It will work into my my build-and-deploy process nicely.

Thanks.

-- Mark Kamoski
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How can one Increment Version by running a SQL statement?How can one Increment Version by running a SQL statement?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out